Clean up Lutron Caseta (#47534)

This commit is contained in:
tkdrob 2021-03-07 08:14:15 -05:00 committed by GitHub
parent 4018d0a152
commit 07fd1b3b43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 0 additions and 12 deletions

View file

@ -25,7 +25,6 @@ async def async_setup_entry(hass, config_entry, async_add_entities):
Adds fan controllers from the Caseta bridge associated with the config_entry
as fan entities.
"""
entities = []
data = hass.data[CASETA_DOMAIN][config_entry.entry_id]
bridge = data[BRIDGE_LEAP]