1.7 KiB
1.7 KiB
Open source home automation that puts local control and privacy first
Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Check out home-assistant.io for a demo, installation instructions, tutorials and documentation
Migration
February 2024
This version of Home Assistant can not be exposed. To migrate to the exposable app, follow these steps:
- stop the installed app
- rename
runtipi/app-data/homeassistant
toruntipi/app-data/__homeassistant
- uninstall the app
- install Home Assistant from the App Store
- stop the app
- remove
runtipi/app-data/homeassistant-1
- rename
runtipi/app-data/__homeassistant
toruntipi/app-data/homeassistant-1
- add the following section to
runtipi/app-data/homeassistant/data/config/configuration.yaml
http: server_port: 8209 use_x_forwarded_for: true trusted_proxies: - 127.0.0.1 - 172.16.0.0/12 - ::1
- change
APP_ID=homeassistant
toAPP_ID=homeassistant-1
inruntipi/app-data/homeassistant/app.env
- change
APP_PORT=8123
toAPP_PORT=8209
inruntipi/app-data/homeassistant/app.env
- change
APP_DATA_DIR={{ROOT_FOLDER_HOST}}/app-data/homeassistant
toAPP_DATA_DIR={{ROOT_FOLDER_HOST}}/app-data/homeassistant-1
inruntipi/app-data/homeassistant/app.env
- start the app