mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Fix Netatmo climate (#50238)
This commit is contained in:
parent
a7ef3ec947
commit
86393bdbba
@ -651,8 +651,5 @@ def get_all_home_ids(home_data: pyatmo.HomeData) -> list[str]:
|
|||||||
return [
|
return [
|
||||||
home_data.homes[home_id]["id"]
|
home_data.homes[home_id]["id"]
|
||||||
for home_id in home_data.homes
|
for home_id in home_data.homes
|
||||||
if (
|
if "modules" in home_data.homes[home_id]
|
||||||
"therm_schedules" in home_data.homes[home_id]
|
|
||||||
and "modules" in home_data.homes[home_id]
|
|
||||||
)
|
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user