Install the Home Assistant Community Store in Home Assistant Supervised. Use this role as an alternative to the HACS install shell script.
- unzip is required on the target host
- The role must be ran as root or as an alternate user with
become: true
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
none
- hosts: pi
roles:
- name: jhampson_dbre.home_assistant.install_hacs
MIT
@jhampson-dbre