1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-20 10:50:06 +00:00
Files
core/homeassistant/components/group/const.py
2023-01-24 20:12:27 +01:00

5 lines
126 B
Python

"""Constants for the Group integration."""
CONF_HIDE_MEMBERS = "hide_members"
CONF_IGNORE_NON_NUMERIC = "ignore_non_numeric"