Add update entity platform (#68248)

Co-authored-by: Glenn Waters <glenn@watrs.ca>
This commit is contained in:
Franck Nijhof
2022-03-21 11:02:48 +01:00
committed by GitHub
parent 830cc278d3
commit 073fb40b79
18 changed files with 1589 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ class Platform(StrEnum):
SWITCH = "switch"
TTS = "tts"
VACUUM = "vacuum"
UPDATE = "update"
WATER_HEATER = "water_heater"
WEATHER = "weather"