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
|
@ -45,7 +45,6 @@ from .const import (
|
|||
TYPE_INSTEON_MOTION,
|
||||
)
|
||||
from .entity import ISYNodeEntity, ISYProgramEntity
|
||||
from .helpers import migrate_old_unique_ids
|
||||
|
||||
DEVICE_PARENT_REQUIRED = [
|
||||
BinarySensorDeviceClass.OPENING,
|
||||
|
@ -191,7 +190,6 @@ async def async_setup_entry(
|
|||
for name, status, _ in hass_isy_data[ISY994_PROGRAMS][Platform.BINARY_SENSOR]:
|
||||
entities.append(ISYBinarySensorProgramEntity(name, status))
|
||||
|
||||
await migrate_old_unique_ids(hass, Platform.BINARY_SENSOR, entities)
|
||||
async_add_entities(entities)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue