Library refactorization of deCONZ (#23725)
* Improved sensors * Lib update signalling * Replace reason with changed * Move imports to top of file * Add support for secondary temperature reported by some Xiaomi devices * Bump dependency to v59
This commit is contained in:
parent
0ba54ee9b7
commit
31b2f331db
19 changed files with 104 additions and 83 deletions
|
@ -14,7 +14,7 @@ ZIGBEE_SPEC = ['lumi.curtain']
|
|||
|
||||
async def async_setup_platform(
|
||||
hass, config, async_add_entities, discovery_info=None):
|
||||
"""Unsupported way of setting up deCONZ covers."""
|
||||
"""Old way of setting up deCONZ platforms."""
|
||||
pass
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue