Add siren, number, and weather to base platform list (#54665)

This commit is contained in:
Raman Gupta 2021-08-15 16:06:05 -04:00 committed by GitHub
parent aa590415d3
commit d0cebe911c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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