diff --git a/apps/homeassistant-1/config.json b/apps/homeassistant-1/config.json index df1a46c3..c034f3bb 100644 --- a/apps/homeassistant-1/config.json +++ b/apps/homeassistant-1/config.json @@ -4,7 +4,7 @@ "port": 8123, "available": true, "exposable": true, - "id": "homeassistant", + "id": "homeassistant-1", "tipi_version": 1, "version": "2024.2.1", "categories": [ diff --git a/apps/homeassistant-1/metadata/description.md b/apps/homeassistant-1/metadata/description.md index a2d5cd2d..242fee68 100644 --- a/apps/homeassistant-1/metadata/description.md +++ b/apps/homeassistant-1/metadata/description.md @@ -25,5 +25,6 @@ This version of Home Assistant can be exposed. To migrate from the previous, non - 172.16.0.0/12 - ::1 ``` +- change `APP_ID=homeassistant` to `APP_ID=homeassistant-1` in `runtipi/app-data/homeassistant/app.env` - change `APP_DATA_DIR={{ROOT_FOLDER_HOST}}/app-data/homeassistant` to `APP_DATA_DIR={{ROOT_FOLDER_HOST}}/app-data/homeassistant-1` in `runtipi/app-data/homeassistant/app.env` - start the app \ No newline at end of file