Remove integrations from mypy ignored modules (#64358)
Co-authored-by: epenet <epenet@users.noreply.github.com>
This commit is contained in:
parent
d1a2ce4b78
commit
45313e3f7a
9 changed files with 17 additions and 30 deletions
|
@ -23,7 +23,7 @@ async def async_setup_entry(
|
|||
devices: list[FloDeviceDataUpdateCoordinator] = hass.data[FLO_DOMAIN][
|
||||
config_entry.entry_id
|
||||
]["devices"]
|
||||
entities = []
|
||||
entities: list[BinarySensorEntity] = []
|
||||
for device in devices:
|
||||
if device.device_type == "puck_oem":
|
||||
# Flo "pucks" (leak detectors) *do* support pending alerts.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue