Reorganize mysensors (#15123)

* Move mysensors.py to package

* Move mysensors component to package

* Split code into multiple modules.

* Update coveragerc
This commit is contained in:
Martin Hjelmare 2018-06-25 13:58:16 +02:00 committed by Pascal Vizeli
parent 05924a2868
commit 3893d8a876
14 changed files with 753 additions and 715 deletions

View file

@ -42,7 +42,7 @@ async def async_setup_platform(
async_add_devices=async_add_devices)
class MySensorsSensor(mysensors.MySensorsEntity):
class MySensorsSensor(mysensors.device.MySensorsEntity):
"""Representation of a MySensors Sensor child node."""
@property