Remove old migrate unique ID code from ISY994 (#85641)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
d3249432c9
commit
856895ddf5
10 changed files with 4 additions and 66 deletions
|
@ -22,7 +22,6 @@ from .const import (
|
|||
UOM_PERCENTAGE,
|
||||
)
|
||||
from .entity import ISYNodeEntity
|
||||
from .helpers import migrate_old_unique_ids
|
||||
from .services import async_setup_light_services
|
||||
|
||||
ATTR_LAST_BRIGHTNESS = "last_brightness"
|
||||
|
@ -40,7 +39,6 @@ async def async_setup_entry(
|
|||
for node in hass_isy_data[ISY994_NODES][Platform.LIGHT]:
|
||||
entities.append(ISYLightEntity(node, restore_light_state))
|
||||
|
||||
await migrate_old_unique_ids(hass, Platform.LIGHT, entities)
|
||||
async_add_entities(entities)
|
||||
async_setup_light_services(hass)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue