Replace rfxtrx entity events with integration events (#37565)

* Drop per entity events

* Correct linting error

* Drop keys()
This commit is contained in:
Joakim Plate 2020-07-13 02:57:19 +02:00 committed by GitHub
parent d3b47b6d89
commit 87f6b7cdd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 132 additions and 183 deletions

View file

@ -14,4 +14,7 @@ COMMAND_OFF_LIST = [
"Down",
"Close (inline relay)",
]
DEVICE_PACKET_TYPE_LIGHTING4 = 0x13
EVENT_RFXTRX_EVENT = "rfxtrx_event"