/ansible-homeassistant

Ansible scripts for setting up Home Assistant

GNU Lesser General Public License v3.0LGPL-3.0

homeassistant

Sets up and configures Home Assistant. Tested on Raspbian, feel free to open a PR with support for other platforms.

Role Variables

Whether or not to enable ZWave support.

enable_zwave: no

The contents of the Home Assistant configuration.yaml file.

hass_configuration: ''

Example Playbook

- hosts: all
  roles:
     - role: mechaxl.homeassistant
       enable_zwave: yes
       hass_configuration: "{{ lookup('file', 'configuration.yaml') }}"

License

LGPL