mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
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:
parent
f005c68630
commit
fb2a100f5e
@ -50,6 +50,7 @@ class TadoZoneEntity(Entity):
|
||||
"name": self.zone_name,
|
||||
"manufacturer": DEFAULT_NAME,
|
||||
"model": TADO_ZONE,
|
||||
"suggested_area": self.zone_name,
|
||||
}
|
||||
|
||||
@property
|
||||
|
Loading…
x
Reference in New Issue
Block a user