mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Fix reload of media player groups (#67653)
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user