Remove tado from mypy ignored modules (#64333)
* Remove tado from mypy ignored modules * Adjust typing Co-authored-by: epenet <epenet@users.noreply.github.com>
This commit is contained in:
parent
8e14f2037c
commit
24c07ccf15
5 changed files with 4 additions and 8 deletions
|
@ -60,7 +60,7 @@ async def async_setup_entry(
|
|||
tado = hass.data[DOMAIN][entry.entry_id][DATA]
|
||||
devices = tado.devices
|
||||
zones = tado.zones
|
||||
entities = []
|
||||
entities: list[BinarySensorEntity] = []
|
||||
|
||||
# Create device sensors
|
||||
for device in devices:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue