mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 14:43:51 +00:00
preen
This commit is contained in:
@@ -529,7 +529,7 @@ async def to_code(config: ConfigType) -> None:
|
||||
cg.add_define("USE_DEVICES")
|
||||
|
||||
# Process additional areas from the areas list
|
||||
areas: list[dict[str, str]]
|
||||
areas: list[dict[str, str | core.ID]]
|
||||
if areas := config[CONF_AREAS]:
|
||||
for area_conf in areas:
|
||||
area_id: core.ID = area_conf[CONF_ID]
|
||||
|
||||
Reference in New Issue
Block a user