hass-core/tests/components/rfxtrx
Joakim Plate 53844488d8
Switch rfxtrx to integration level config (#37742)
* Switch to integration level config

* Switch to per device config rather than per entity type

* All roller shutters should be added as covers

(there are non lighting types)

* Fixup tests that used invalid packets for platforms

* Avoid variable re-use

* Allow control events on sensors too

That way we get signal level sensors for these too

* Lint correction

* Don't filter sensors from config

Disable sensors from GUI if the entities are not wanted

* Correct usage of ATTR_ instead of CONF_

* Make sure the logging when a new entity is added includes the event
2020-07-12 22:03:22 +02:00
..
__init__.py Switch rfxtrx to dispatcher (#37271) 2020-07-06 00:10:26 +02:00
conftest.py Switch rfxtrx to integration level config (#37742) 2020-07-12 22:03:22 +02:00
test_binary_sensor.py Switch rfxtrx to integration level config (#37742) 2020-07-12 22:03:22 +02:00
test_cover.py Switch rfxtrx to integration level config (#37742) 2020-07-12 22:03:22 +02:00
test_init.py Switch rfxtrx to integration level config (#37742) 2020-07-12 22:03:22 +02:00
test_light.py Switch rfxtrx to integration level config (#37742) 2020-07-12 22:03:22 +02:00
test_sensor.py Switch rfxtrx to integration level config (#37742) 2020-07-12 22:03:22 +02:00
test_switch.py Switch rfxtrx to integration level config (#37742) 2020-07-12 22:03:22 +02:00