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:
parent
05924a2868
commit
3893d8a876
14 changed files with 753 additions and 715 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue