Rename the safe_mode integration to recovery_mode (#102581)

* Rename safe mode integration to recovery mode

* Update code
This commit is contained in:
Erik Montnemery 2023-10-24 09:11:14 +02:00 committed by GitHub
parent 6372bc3aaa
commit b953f2998c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 26 additions and 26 deletions

View file

@ -194,7 +194,7 @@ async def async_setup_hass(
http_conf = (await http.async_get_last_config(hass)) or {}
await async_from_config_dict(
{"safe_mode": {}, "http": http_conf},
{"recovery_mode": {}, "http": http_conf},
hass,
)