1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

deCONZ improve light tests (#26697)

* Improve light tests
* Small improvements on light and group classes
This commit is contained in:
Robert Svensson
2019-09-18 12:47:26 +02:00
committed by GitHub
parent 72baf563fa
commit 8a39924b37
6 changed files with 431 additions and 360 deletions

View File

@@ -17,7 +17,6 @@ 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 platforms."""
pass
async def async_setup_entry(hass, config_entry, async_add_entities):