mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Fix reload of media player groups (#67653)
This commit is contained in:
parent
f09e288fee
commit
1ebe82fc4b
@ -59,11 +59,12 @@ SERVICE_SET = "set"
|
|||||||
SERVICE_REMOVE = "remove"
|
SERVICE_REMOVE = "remove"
|
||||||
|
|
||||||
PLATFORMS = [
|
PLATFORMS = [
|
||||||
Platform.LIGHT,
|
|
||||||
Platform.COVER,
|
|
||||||
Platform.NOTIFY,
|
|
||||||
Platform.FAN,
|
|
||||||
Platform.BINARY_SENSOR,
|
Platform.BINARY_SENSOR,
|
||||||
|
Platform.COVER,
|
||||||
|
Platform.FAN,
|
||||||
|
Platform.LIGHT,
|
||||||
|
Platform.MEDIA_PLAYER,
|
||||||
|
Platform.NOTIFY,
|
||||||
]
|
]
|
||||||
|
|
||||||
REG_KEY = f"{DOMAIN}_registry"
|
REG_KEY = f"{DOMAIN}_registry"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user