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:
Bas Schipper 2018-01-26 13:45:02 +01:00 committed by Daniel Høyer Iversen
parent 68d2851ecf
commit bfe259f7a0
2 changed files with 3 additions and 3 deletions

View file

@ -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'