core/homeassistant/components/group/const.py

5 lines
126 B
Python
Raw Normal View History

"""Constants for the Group integration."""
CONF_HIDE_MEMBERS = "hide_members"
2023-01-24 19:12:27 +00:00
CONF_IGNORE_NON_NUMERIC = "ignore_non_numeric"