mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 10:26:52 +00:00
2022.4: Groups
This commit is contained in:
parent
7d2c3aaec1
commit
a41f629760
@ -109,35 +109,39 @@ still there and are still being recorded.
|
|||||||
|
|
||||||
However, they are no longer shown on auto-generated Dashboards; they are
|
However, they are no longer shown on auto-generated Dashboards; they are
|
||||||
automatically hidden from HomeKit, Alexa & Google Assistant and aren't
|
automatically hidden from HomeKit, Alexa & Google Assistant and aren't
|
||||||
called when a service calls target their area.
|
called when a service call targets their area.
|
||||||
|
|
||||||
Hiding entities can be used to clean up your automatically generated Dashboard
|
Hiding entities can be used to clean up your automatically generated Dashboard
|
||||||
or hide those light entities that you have put into groups. About groups…
|
or hide those light entities that you have put into groups. About groups…
|
||||||
|
|
||||||
## Now available in the UI: Groups!
|
## Now available in the UI: Groups!
|
||||||
|
|
||||||
TODO:
|
|
||||||
- Improve story line
|
|
||||||
- Add graphics
|
|
||||||
|
|
||||||
A group lets you combine multiple entities into a single entity. Entities that
|
A group lets you combine multiple entities into a single entity. Entities that
|
||||||
are members of a group can be controlled and monitored as a whole. This can be
|
are members of a group can be controlled and monitored as a whole. Useful for
|
||||||
useful for cases where you want to control, for example,
|
cases where you want to control, for example, the multiple bulbs in a light
|
||||||
the multiple bulbs in a light fixture as a single light in Home Assistant.
|
fixture as a single light in Home Assistant.
|
||||||
|
|
||||||
Using groups, is a very common use case, but, until now, an advanced use case
|
Using groups is a very common use case, but, until now, an advanced use case
|
||||||
as groups were only available for YAML configuration. As of today, groups
|
as groups were only available for YAML configuration. As of today, groups are
|
||||||
have been added to the UI!
|
available in the UI! 🎉
|
||||||
|
|
||||||
You can group multiple binary sensors, covers, fans, lights, media players; and
|
<img class="no-shadow" src='/images/blog/2022-04/groups.png' alt='Screenshot showing adding groups from the UI'>
|
||||||
added this release is support for lock and switch groups.
|
|
||||||
|
|
||||||
You know what is amazing? When you create a new group in the UI, you can
|
Select the type of entities you want to group and select the group members
|
||||||
select to automatically hide all group members. Super helpful for hiding
|
you want to add: Done! You can group multiple types of entities: binary sensors,
|
||||||
those individual light entities of your light fixture.
|
covers, fans, lights, and media players; also added in this release is
|
||||||
|
support for lock and switch groups.
|
||||||
|
|
||||||
|
Remember the hide entities functionality described above? That is super helpful
|
||||||
|
for hiding those individual light entities of your light fixture. So, when you
|
||||||
|
create a new group in the UI, you can select to hide all group members
|
||||||
|
automatically!
|
||||||
|
|
||||||
|
<img class="no-shadow" src='/images/blog/2022-04/group-hide-members.png' alt='Screenshot showing how to hide group members'>
|
||||||
|
|
||||||
Your groups can be found under {% my helpers title="Configuration > Automations & Scripts > Helpers" %},
|
Your groups can be found under {% my helpers title="Configuration > Automations & Scripts > Helpers" %},
|
||||||
or click the my button below to add a new groups immediately:
|
or, if you have updated to this release already, click the my button below to
|
||||||
|
add a new group immediately:
|
||||||
|
|
||||||
{% my config_flow_start badge domain="group" %}
|
{% my config_flow_start badge domain="group" %}
|
||||||
|
|
||||||
|
BIN
source/images/blog/2022-04/entity-hidden.png
Normal file
BIN
source/images/blog/2022-04/entity-hidden.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
BIN
source/images/blog/2022-04/group-hide-members.png
Normal file
BIN
source/images/blog/2022-04/group-hide-members.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 135 KiB |
BIN
source/images/blog/2022-04/groups.png
Normal file
BIN
source/images/blog/2022-04/groups.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 120 KiB |
Loading…
x
Reference in New Issue
Block a user