diff options
| author | Luke Hoersten <[email protected]> | 2018-03-01 17:52:55 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2018-03-01 17:52:55 -0600 |
| commit | 0214ca26816c16ac80c1146dea934a79c1a595ff (patch) | |
| tree | 6d13cd526d8e7fd72991de80667b26206d6e0eb1 | |
| parent | c77b2a8561372deec29e3223846a3e2f35290434 (diff) | |
Updated README.
| -rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -5,12 +5,12 @@ a [Raspberry Pi Zero W](https://www.raspberrypi.org/products/raspberry-pi-zero-w/) and [Pimoroni Automation pHAT](https://shop.pimoroni.com/products/automation-phat), make a simple circuit-based door lock and door bell intercom into a -Siri controlled smart accessory. Siri integration is provided +Siri-controlled HomeKit smart accessory. Siri integration is provided by [HAP-NodeJS](https://github.com/KhaosT/HAP-NodeJS). ## Installation -Installation is complex and handled by +Installation is rather involved and handled by an [Ansible](https://ansible.com/) playbook. ## Ansible Inventory @@ -18,8 +18,6 @@ an [Ansible](https://ansible.com/) playbook. `inventory/host_vars/raspberrypi.local.yaml` github_user: "<github user>" - nodejs_version: "8.9.0" - nodejs_dir: "node-v{{nodejs_version}}-linux-{{ansible_architecture}}" wpa_networks: - ssid: "<your ssid>" psk: "<your wifi password>" |
