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

@ -28,7 +28,7 @@ async def async_setup_platform(
async_add_devices=async_add_devices)
class MySensorsLight(mysensors.MySensorsEntity, Light):
class MySensorsLight(mysensors.device.MySensorsEntity, Light):
"""Representation of a MySensors Light child node."""
def __init__(self, *args):