roles/automationhat/defaults/main.yaml
author Luke Hoersten <luke@hoersten.org>
Sat, 14 Nov 2020 10:48:00 -0600
changeset 29 04bc5820407b
parent 9 511e97bd5566
permissions -rw-r--r--
Added pseudo-camera back to doorbell so the chime can be controlled. Doorbell settings are tied to the camera in home app.

---

automationhat_apt_packages:
  - "python3"
  - "raspi-gpio"
  - "python3-rpi.gpio"
  - "python3-smbus"
  - "python3-sn3218"

automationhat_modules:
  - "i2c-bcm2708"
  - "i2c-dev"