mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +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",
|
||||
"media_player",
|
||||
"notify",
|
||||
"number",
|
||||
"remote",
|
||||
"scene",
|
||||
"select",
|
||||
"sensor",
|
||||
"siren",
|
||||
"switch",
|
||||
"tts",
|
||||
"vacuum",
|
||||
"water_heater",
|
||||
"weather",
|
||||
}
|
||||
|
||||
DATA_SETUP_DONE = "setup_done"
|
||||
|
Loading…
x
Reference in New Issue
Block a user