Area registry
The area registry is a registry where Home Assistant keeps track of areas. An area represents a physical location for Home Assistant. It can be used to place devices in different areas.
| Attribute | Description |
|---|---|
| id | Unique ID of area (generated by Home Assistant) |
| name | Name of this area |
| aliases | Alternative names/aliases for the area |
| floor_id | ID of the floor the area belongs to |
| humidity_entity_id | Entity ID providing the area's humidity |
| icon | Icon for this area |
| labels | Set of label IDs assigned to the area |
| picture | Picture for this area |
| temperature_entity_id | Entity ID providing the area's temperature |
| created_at | Timestamp of when the area was created |
| modified_at | Timestamp of when the area was last modified |