hass-core/tests/components/rfxtrx
Joakim Plate 617ff24b9b
Fix missed case for device tuple fallback in rfxtrx (#93575)
* rfxtrx: add missed case for device tuple fallback

Previously the code was prepared for a backward compatible
migration of tuples, where both styles of identifiers might exist
in device registry at the same time.

This place was sadly missed

* No need to raise special, we can assert instead

* Add some basic tests
2023-05-29 19:59:11 +02:00
..
__init__.py Avoid using implementation internal to trigger events (#38041) 2020-07-22 00:24:26 +02:00
conftest.py Refactor async_call_later to improve performance and reduce conversion loss (#87117) 2023-02-05 12:04:38 -06:00
test_binary_sensor.py Add type hints to integration tests (part 18) (#88174) 2023-02-17 18:45:48 +01:00
test_config_flow.py Add type hints to integration tests (part 18) (#88174) 2023-02-17 18:45:48 +01:00
test_cover.py Add type hints to integration tests (part 18) (#88174) 2023-02-17 18:45:48 +01:00
test_device_action.py Fix missed case for device tuple fallback in rfxtrx (#93575) 2023-05-29 19:59:11 +02:00
test_device_trigger.py Fix missed case for device tuple fallback in rfxtrx (#93575) 2023-05-29 19:59:11 +02:00
test_init.py Add type hints to integration tests (part 18) (#88174) 2023-02-17 18:45:48 +01:00
test_light.py Add type hints to integration tests (part 18) (#88174) 2023-02-17 18:45:48 +01:00
test_sensor.py Add type hints to integration tests (part 18) (#88174) 2023-02-17 18:45:48 +01:00
test_siren.py Add type hints to integration tests (part 18) (#88174) 2023-02-17 18:45:48 +01:00
test_switch.py Add type hints to integration tests (part 18) (#88174) 2023-02-17 18:45:48 +01:00