Fixed rfxtrx binary_sensor KeyError on missing optional device_class (#11925)
* Fixed rfxtrx binary_sensor KeyError on missing optional device_class * Fixed rfxtrx binary_sensor KeyError on missing optional device_class
This commit is contained in:
parent
68d2851ecf
commit
bfe259f7a0
2 changed files with 3 additions and 3 deletions
|
@ -39,7 +39,6 @@ CONF_AUTOMATIC_ADD = 'automatic_add'
|
|||
CONF_DATA_TYPE = 'data_type'
|
||||
CONF_SIGNAL_REPETITIONS = 'signal_repetitions'
|
||||
CONF_FIRE_EVENT = 'fire_event'
|
||||
CONF_DATA_BITS = 'data_bits'
|
||||
CONF_DUMMY = 'dummy'
|
||||
CONF_DEVICE = 'device'
|
||||
CONF_DEBUG = 'debug'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue