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](https://home-assistant.io) for a [demo](https://home-assistant.io/demo/), installation [instructions](https://home-assistant.io/getting-started/), [tutorials](https://home-assistant.io/getting-started/automation/) and [documentation](https://home-assistant.io/docs/)
## Migration
February 2024
This version of Home Assistant can be exposed. To migrate from the previous, non exposable app, follow these steps:
- stop the previous app
- rename `runtipi/app-data/homeassistant` to `runtipi/app-data/__homeassistant`
- remove the (previous) app
- install the (the current) app
- remove `runtipi/app-data/homeassistant`
- rename `runtipi/app-data/__homeassistant` to `runtipi/app-data/homeassistant`
- add the following section to `runtipi/app-data/homeassistant/data/config/configuration.yaml`
- 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`