mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Add siren, number, and weather to base platform list (#54665)
This commit is contained in:
parent
aa590415d3
commit
d0cebe911c
@ -39,14 +39,17 @@ BASE_PLATFORMS = {
|
|||||||
"lock",
|
"lock",
|
||||||
"media_player",
|
"media_player",
|
||||||
"notify",
|
"notify",
|
||||||
|
"number",
|
||||||
"remote",
|
"remote",
|
||||||
"scene",
|
"scene",
|
||||||
"select",
|
"select",
|
||||||
"sensor",
|
"sensor",
|
||||||
|
"siren",
|
||||||
"switch",
|
"switch",
|
||||||
"tts",
|
"tts",
|
||||||
"vacuum",
|
"vacuum",
|
||||||
"water_heater",
|
"water_heater",
|
||||||
|
"weather",
|
||||||
}
|
}
|
||||||
|
|
||||||
DATA_SETUP_DONE = "setup_done"
|
DATA_SETUP_DONE = "setup_done"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user