mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-05-09 04:28:39 +00:00

* Add documentation for area registry Update device attributes with area id * If not saving stuff can't be commited Second try at adding area id info to device registry
12 lines
383 B
Markdown
12 lines
383 B
Markdown
---
|
|
title: Area Registry
|
|
sidebar_label: Introduction
|
|
---
|
|
|
|
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
|