mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Collection of code styling tweaks (#87381)
This commit is contained in:
@@ -72,7 +72,12 @@ async def async_setup_entry(
|
||||
child_nodes: list[
|
||||
tuple[Node, BinarySensorDeviceClass | None, str | None, DeviceInfo | None]
|
||||
] = []
|
||||
entity: ISYInsteonBinarySensorEntity | ISYBinarySensorEntity | ISYBinarySensorHeartbeat | ISYBinarySensorProgramEntity
|
||||
entity: (
|
||||
ISYInsteonBinarySensorEntity
|
||||
| ISYBinarySensorEntity
|
||||
| ISYBinarySensorHeartbeat
|
||||
| ISYBinarySensorProgramEntity
|
||||
)
|
||||
|
||||
isy_data = hass.data[DOMAIN][entry.entry_id]
|
||||
devices: dict[str, DeviceInfo] = isy_data.devices
|
||||
|
Reference in New Issue
Block a user