mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 00:07:10 +00:00
Remove unused constant from group (#67910)
This commit is contained in:
parent
a8ad9fc5f4
commit
e02c21a4de
@ -59,14 +59,6 @@ ATTR_ALL = "all"
|
|||||||
SERVICE_SET = "set"
|
SERVICE_SET = "set"
|
||||||
SERVICE_REMOVE = "remove"
|
SERVICE_REMOVE = "remove"
|
||||||
|
|
||||||
PLATFORMS_CONFIG_ENTRY = [
|
|
||||||
Platform.BINARY_SENSOR,
|
|
||||||
Platform.COVER,
|
|
||||||
Platform.FAN,
|
|
||||||
Platform.LIGHT,
|
|
||||||
Platform.MEDIA_PLAYER,
|
|
||||||
]
|
|
||||||
|
|
||||||
PLATFORMS = [
|
PLATFORMS = [
|
||||||
Platform.BINARY_SENSOR,
|
Platform.BINARY_SENSOR,
|
||||||
Platform.COVER,
|
Platform.COVER,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user