mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
* List entity_ids in config and only react to them This allows us to define a list of entity_ids in the config to make the template sensor, binary sensor and switch only react to state changes of these entities instead of listening to all state changes. * Forgot to import the track_state_change function * Changed test for added entity_ids to config * Use default MATCH_ALL and remove event_listener