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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue