Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 972 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 972 Bytes

install_hacs

Install the Home Assistant Community Store in Home Assistant Supervised. Use this role as an alternative to the HACS install shell script.

Requirements

  • unzip is required on the target host
  • The role must be ran as root or as an alternate user with become: true

Role Variables

The following varaibles are defined in defaults/main.yml

# The path of the home assistant config directory. You should not need to change this for Supervised installation.
ha_path: /usr/share/hassio/homeassistant

# Automatically install software packages listed under requirements
install_hacs_requirements: true

Dependencies

none

Example Playbook

- hosts: pi
  roles:
    - name: jhampson_dbre.home_assistant.install_hacs

License

MIT

Author Information

@jhampson-dbre