ansible-nas/docs/applications/homeassistant.md

14 lines
552 B
Markdown
Raw Normal View History

2019-07-23 20:07:40 +00:00
# Home Assistant
2022-07-25 20:18:57 +00:00
Homepage: <https://www.home-assistant.io/>
2019-07-23 20:07:40 +00:00
Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts.
2019-07-23 20:07:40 +00:00
## Usage
2020-01-25 23:40:26 +00:00
Set `homeassistant_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
2019-07-23 20:07:40 +00:00
If you want to access Home Assistant externally, don't forget to set `homeassistant_available_externally: true` in your `inventories/<your_inventory>/nas.yml` file.
2019-07-23 20:07:40 +00:00
2022-07-25 20:18:57 +00:00
The Home Assistant web interface can be found at <http://ansible_nas_host_or_ip:8123>.