1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Fix typo SIGNAL_BOOTSTRAP_INTEGRATONS -> SIGNAL_BOOTSTRAP_INTEGRATIONS (#79970)

This commit is contained in:
Charles Garwood
2022-10-09 23:06:28 -04:00
committed by GitHub
parent aca340de1c
commit 58d531841b
5 changed files with 10 additions and 10 deletions

View File

@@ -786,4 +786,4 @@ CAST_APP_ID_HOMEASSISTANT_LOVELACE: Final = "A078F6B0"
# User used by Supervisor
HASSIO_USER_NAME = "Supervisor"
SIGNAL_BOOTSTRAP_INTEGRATONS = "bootstrap_integrations"
SIGNAL_BOOTSTRAP_INTEGRATIONS = "bootstrap_integrations"