Fix controlling nested groups (#66176)

This commit is contained in:
Erik Montnemery 2022-02-09 14:27:46 +01:00 committed by GitHub
parent a0119f7ed0
commit 3f7b7187ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 155 additions and 9 deletions

View file

@ -52,6 +52,8 @@ SUPPORTED_FLAGS = {SUPPORT_SET_SPEED, SUPPORT_DIRECTION, SUPPORT_OSCILLATE}
DEFAULT_NAME = "Fan Group"
# No limit on parallel updates to enable a group calling another group
PARALLEL_UPDATES = 0
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend(
{