Skip to content

lludlow/ansible-homeassistant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ansible scripts for setting up Home Assistant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published