Add siren, number, and weather to base platform list (#54665)
This commit is contained in:
parent
aa590415d3
commit
d0cebe911c
1 changed files with 3 additions and 0 deletions
|
@ -39,14 +39,17 @@ BASE_PLATFORMS = {
|
|||
"lock",
|
||||
"media_player",
|
||||
"notify",
|
||||
"number",
|
||||
"remote",
|
||||
"scene",
|
||||
"select",
|
||||
"sensor",
|
||||
"siren",
|
||||
"switch",
|
||||
"tts",
|
||||
"vacuum",
|
||||
"water_heater",
|
||||
"weather",
|
||||
}
|
||||
|
||||
DATA_SETUP_DONE = "setup_done"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue