mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Areas: add floors to term definition (#32132)
This commit is contained in:
parent
a75b480deb
commit
6c357e2f84
@ -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: >-
|
||||
|
@ -32,6 +32,12 @@ Devices and entities are used throughout Home Assistant. To name a few examples:
|
||||
|
||||

|
||||
|
||||
## 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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user