hass-core/tests/components/binary_sensor
Bart274 65fbba0e79 List entity_ids in config and only react to them (#2144)
* 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
2016-05-29 14:34:21 -07:00
..
__init__.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_binary_sensor.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_command_line.py Add support for sensor classes (#1950) 2016-05-01 23:05:53 -07:00
test_mqtt.py Config validation for MQTT binary_sensor platform. 2016-04-06 22:51:38 -04:00
test_nx584.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_tcp.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_template.py List entity_ids in config and only react to them (#2144) 2016-05-29 14:34:21 -07:00