Areas: add floors to term definition (#32132)

This commit is contained in:
c0ffeeca7 2024-04-02 18:37:25 +02:00 committed by Franck Nijhof
parent a75b480deb
commit 6c357e2f84
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
2 changed files with 7 additions and 0 deletions

View File

@ -30,6 +30,7 @@
definition: >-
An area in Home Assistant is a logical grouping of devices and entities that are meant to match areas (or rooms) in the physical world: your home. For example, the `living room` area groups devices and entities in your living room. Areas allow you to target service calls at an entire group of devices. For example, turning off all the lights in the living room.
Locations within your home such as living room, dance floor, etc.
Areas can be assigned to floors.
Areas can also be used for automatically
generated cards, such as the [Area card](/dashboards/area/).
excerpt: >-

View File

@ -32,6 +32,12 @@ Devices and entities are used throughout Home Assistant. To name a few examples:
![Home Assistant device](/images/getting-started/home-assistant-device_02.png)
## Areas
An area in Home Assistant is a logical grouping of {% term devices %} and {% term entities %} that are meant to match areas (or rooms) in the physical world: your home. For example, the `living room` area groups devices and entities in your living room. Areas allow you to target service calls at an entire group of devices. For example, turning off all the lights in the living room.
Locations within your home such as living room, dance floor, etc. Areas can be assigned to {% term floors %}.
Areas can also be used for automatically generated cards, such as the [Area card](/dashboards/area/).
## Automations
A set of repeatable {% term actions %} that can be set up to run automatically. Automations are made of three key components: