mirror of
https://github.com/home-assistant/core.git
synced 2025-11-16 22:40:44 +00:00
Disable Hue groups for new setups (#31713)
This commit is contained in:
@@ -7,3 +7,9 @@ DOMAIN = "hue"
|
||||
# How long to wait to actually do the refresh after requesting it.
|
||||
# We wait some time so if we control multiple lights, we batch requests.
|
||||
REQUEST_REFRESH_DELAY = 0.3
|
||||
|
||||
CONF_ALLOW_UNREACHABLE = "allow_unreachable"
|
||||
DEFAULT_ALLOW_UNREACHABLE = False
|
||||
|
||||
CONF_ALLOW_HUE_GROUPS = "allow_hue_groups"
|
||||
DEFAULT_ALLOW_HUE_GROUPS = True
|
||||
|
||||
Reference in New Issue
Block a user