Add suggested area to tado (#46932)

I realized tado shows what we internally call `zone_name` as
the room name in the app.
This commit is contained in:
J. Nick Koston
2021-02-22 17:27:09 -10:00
committed by GitHub
parent f005c68630
commit fb2a100f5e

View File

@@ -50,6 +50,7 @@ class TadoZoneEntity(Entity):
"name": self.zone_name,
"manufacturer": DEFAULT_NAME,
"model": TADO_ZONE,
"suggested_area": self.zone_name,
}
@property