core/homeassistant/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
binary_sensor.py
config_flow.py
const.py
cover.py
device_action.py
device_trigger.py
diagnostics.py
helpers.py Fix missed case for device tuple fallback in rfxtrx (#93575) 2023-05-29 19:59:11 +02:00
light.py
manifest.json
sensor.py
services.yaml
siren.py
strings.json
switch.py