Fix controlling nested groups (#66176)
This commit is contained in:
parent
a0119f7ed0
commit
3f7b7187ab
7 changed files with 155 additions and 9 deletions
|
@ -58,6 +58,9 @@ from .util import find_state_attributes, mean_tuple, reduce_attribute
|
|||
|
||||
DEFAULT_NAME = "Light Group"
|
||||
|
||||
# No limit on parallel updates to enable a group calling another group
|
||||
PARALLEL_UPDATES = 0
|
||||
|
||||
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend(
|
||||
{
|
||||
vol.Optional(CONF_NAME, default=DEFAULT_NAME): cv.string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue