ansible-nas/docs/applications/homeassistant.md
David Stephens 16caf4f27f
Merge pull request #549 from HitLuca/remove-enclosing-strings-for-booleans
Switched from booleans enclosed in strings to standard booleans
2022-07-28 00:05:03 +01:00

13 lines
552 B
Markdown

# Home Assistant
Homepage: <https://www.home-assistant.io/>
Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts.
## Usage
Set `homeassistant_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
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.
The Home Assistant web interface can be found at <http://ansible_nas_host_or_ip:8123>.