mirror of
https://github.com/home-assistant/core.git
synced 2025-05-14 19:09:16 +00:00
5 lines
126 B
Python
5 lines
126 B
Python
"""Constants for the Group integration."""
|
|
|
|
CONF_HIDE_MEMBERS = "hide_members"
|
|
CONF_IGNORE_NON_NUMERIC = "ignore_non_numeric"
|