Allow hiding and unhiding group members (#68192)
This commit is contained in:
parent
b5d2c6e43a
commit
1b955970f8
7 changed files with 359 additions and 14 deletions
3
homeassistant/components/group/const.py
Normal file
3
homeassistant/components/group/const.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
"""Constants for the Group integration."""
|
||||
|
||||
CONF_HIDE_MEMBERS = "hide_members"
|
Loading…
Add table
Add a link
Reference in a new issue