mirror of
https://github.com/home-assistant/core.git
synced 2026-09-14 02:34:57 -05:00
7 lines
144 B
Python
7 lines
144 B
Python
"""Constants for the Group integration."""
|
|
|
|
CONF_HIDE_MEMBERS = "hide_members"
|
|
CONF_IGNORE_NON_NUMERIC = "ignore_non_numeric"
|
|
|
|
DOMAIN = "group"
|