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