mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
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:
@@ -15,7 +15,7 @@ from .gateway import get_gateway_from_config_entry
|
||||
|
||||
async def async_setup_platform(
|
||||
hass, config, async_add_entities, discovery_info=None):
|
||||
"""Old way of setting up deCONZ lights and group."""
|
||||
"""Old way of setting up deCONZ platforms."""
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user