mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-16 16:58:07 +00:00
12 lines
446 B
Markdown
12 lines
446 B
Markdown
# Home Assistant
|
|
|
|
Homepage: [https://www.home-assistant.io/](https://www.home-assistant.io/)
|
|
|
|
|
|
## 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.
|