mpataki.homeassistant

ansible-homeassistant

Build Status

Home Assistant is a free home automation platform. This Ansible role helps manage the configuration files for Home Assistant and offers some advantages. It also includes a playbook that allows you to update Home Assistant whenever you want.

Requirements

This should work on any Debian-based system but has been tested on a Raspberry Pi with Hassbian.

Role Variables

  • homeassistant_config_dir: This is the folder on your local machine where you keep your Home Assistant config files. The files in this folder will be copied to the Home Assistant host when you run the role.

The following files will specifically be copied from the homeassistant_config_dir:

  • configuration.yaml
  • automations.yaml
  • groups.yaml
  • customize.yaml
  • secrets.yaml
  • scripts (a folder containing any custom scripts your setup might use)

Dependencies

None.

Example Playbook

    - hosts: pi
      roles:
         - role: mpataki.homeassistant

License

MIT

Informazioni sul progetto

manages config files for home assistant

Installa
ansible-galaxy install mpataki.homeassistant
Licenza
Unknown
Download
229
Proprietario