Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl committed Jul 20, 2020
1 parent 7f160c2 commit 3a5911a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/tahoma/scene.py
Expand Up @@ -18,7 +18,6 @@ async def async_setup_entry(hass, entry, async_add_entities):
controller = data.get("controller")

entities = [TahomaScene(scene, controller) for scene in data.get("scenes")]

async_add_entities(entities)


Expand Down

0 comments on commit 3a5911a

Please sign in to comment.