mirror of
https://github.com/home-assistant/core.git
synced 2025-06-01 03:37:08 +00:00

* 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