mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02: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:
@@ -50,6 +50,7 @@ class TadoZoneEntity(Entity):
|
||||
"name": self.zone_name,
|
||||
"manufacturer": DEFAULT_NAME,
|
||||
"model": TADO_ZONE,
|
||||
"suggested_area": self.zone_name,
|
||||
}
|
||||
|
||||
@property
|
||||
|
Reference in New Issue
Block a user