Allow hiding and unhiding group members (#68192)

This commit is contained in:
Erik Montnemery 2022-03-22 12:14:34 +01:00 committed by GitHub
parent b5d2c6e43a
commit 1b955970f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 359 additions and 14 deletions

View file

@ -0,0 +1,3 @@
"""Constants for the Group integration."""
CONF_HIDE_MEMBERS = "hide_members"