Fix reload of media player groups (#67653)
This commit is contained in:
parent
f09e288fee
commit
1ebe82fc4b
1 changed files with 5 additions and 4 deletions
|
@ -59,11 +59,12 @@ SERVICE_SET = "set"
|
|||
SERVICE_REMOVE = "remove"
|
||||
|
||||
PLATFORMS = [
|
||||
Platform.LIGHT,
|
||||
Platform.COVER,
|
||||
Platform.NOTIFY,
|
||||
Platform.FAN,
|
||||
Platform.BINARY_SENSOR,
|
||||
Platform.COVER,
|
||||
Platform.FAN,
|
||||
Platform.LIGHT,
|
||||
Platform.MEDIA_PLAYER,
|
||||
Platform.NOTIFY,
|
||||
]
|
||||
|
||||
REG_KEY = f"{DOMAIN}_registry"
|
||||
|
|
Loading…
Add table
Reference in a new issue