1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-27 12:14:35 +01:00

Track entity sources (#37258)

Co-authored-by: David Mulcahey <david.mulcahey@me.com>
This commit is contained in:
Paulus Schoutsen
2020-08-19 14:57:38 +02:00
committed by GitHub
parent 24a16ff8fe
commit 3dc79aa60a
15 changed files with 379 additions and 154 deletions

View File

@@ -29,4 +29,5 @@ async def async_setup_platform(
hass, config, async_add_entities_callback, discovery_info=None
):
"""Return mock entities."""
print("YOOO")
async_add_entities_callback(ENTITIES)