Sort values in Platform enum (#126259)

This commit is contained in:
epenet 2024-09-19 13:12:37 +02:00 committed by GitHub
parent b2401bf2e3
commit c81d104822
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"