core/homeassistant/components/mysensors
Martin Hjelmare 9a6c229b1d
Refactor mysensors message handling (#17214)
* Refactor mysensors message handling

* Add handler module and register handlers per message type or message
  sub-type. This will allow easier extension of message handling in the
  future.
* Move some common functions to a helpers module.

* Add node handler and signal

* Fix inconsistent return

* Upgrade pymysensors to 0.18.0

* Fix bug in message modification.
2018-11-04 21:08:27 +01:00
..
__init__.py Refactor mysensors message handling (#17214) 2018-11-04 21:08:27 +01:00
const.py Refactor mysensors message handling (#17214) 2018-11-04 21:08:27 +01:00
device.py Refactor mysensors message handling (#17214) 2018-11-04 21:08:27 +01:00
gateway.py Refactor mysensors message handling (#17214) 2018-11-04 21:08:27 +01:00
handler.py Refactor mysensors message handling (#17214) 2018-11-04 21:08:27 +01:00
helpers.py Refactor mysensors message handling (#17214) 2018-11-04 21:08:27 +01:00