Merge pull request #1385 from balloob/rfxtrx

improve rfxtrx sensor
This commit is contained in:
Daniel Høyer Iversen 2016-02-26 10:49:10 +01:00
commit 278fdc0983
4 changed files with 96 additions and 78 deletions

View file

@ -21,6 +21,7 @@ ATTR_STATE = 'state'
ATTR_NAME = 'name'
ATTR_PACKETID = 'packetid'
ATTR_FIREEVENT = 'fire_event'
ATTR_DATA_TYPE = 'data_type'
EVENT_BUTTON_PRESSED = 'button_pressed'