mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 00:37:53 +00:00
Sort values in Platform enum (#126259)
This commit is contained in:
parent
b2401bf2e3
commit
c81d104822
@ -75,9 +75,9 @@ class Platform(StrEnum):
|
||||
TIME = "time"
|
||||
TODO = "todo"
|
||||
TTS = "tts"
|
||||
UPDATE = "update"
|
||||
VACUUM = "vacuum"
|
||||
VALVE = "valve"
|
||||
UPDATE = "update"
|
||||
WAKE_WORD = "wake_word"
|
||||
WATER_HEATER = "water_heater"
|
||||
WEATHER = "weather"
|
||||
|
Loading…
x
Reference in New Issue
Block a user