mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Add group attributes to documentation (#34325)
This commit is contained in:
parent
d08be78ad5
commit
22a7fa9e91
@ -155,6 +155,14 @@ To add or remove entities from an existing group, click on `Group options`, all
|
||||
|
||||

|
||||
|
||||
### Group attributes
|
||||
|
||||
These are the attributes available for a group.
|
||||
|
||||
| Attribute | Data |
|
||||
| ------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `entity_id` | List of all the `entity_id`'s in the group. |
|
||||
|
||||
## YAML configuration
|
||||
|
||||
Alternatively, this integration can be configured and set up manually via YAML
|
||||
@ -462,6 +470,16 @@ It is possible to create a group that the system cannot calculate a group state.
|
||||
|
||||
These groups can still be in templates with the `expand()` directive, called using the `homeassistant.turn_on` and `homeassistant.turn_off` actions, etc.
|
||||
|
||||
### Attributes
|
||||
|
||||
These are the attributes available for an old-style group.
|
||||
|
||||
| Attribute | Data |
|
||||
| ------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `entity_id` | List of all the `entity_id`'s in the group. |
|
||||
| `order` | Integer representing the order in which the entity was created, starting with `0`. |
|
||||
| `auto` | Boolean that will always be set to `true`. Only appears in groups that were created with the `set` action. |
|
||||
|
||||
### Actions
|
||||
|
||||
This integration provides the following actions to modify groups and a action to reload the configuration without restarting Home Assistant itself.
|
||||
|
Loading…
x
Reference in New Issue
Block a user