BREAKING CHANGE
- Anyone relying on service calls to update and remove entities will need to update to using entity_id instead of the previous {name, category}. This change make this component more consistent with the rest of HA.
- Anyone calling "activity_manager.update_activity" will need to explicitly set
now: trueto update the last_completed to now. This was added to allow other fields of an activity to be updated without changing the last_completed value.
Features:
- Set last_completed when adding an entity through a service_call
- Set last_completed, category, frequency, icon of an activity when updating it.