4 lines
126 B
Python
4 lines
126 B
Python
"""Constants for the Group integration."""
|
|
|
|
CONF_HIDE_MEMBERS = "hide_members"
|
|
CONF_IGNORE_NON_NUMERIC = "ignore_non_numeric"
|