Skip to content

Instantly share code, notes, and snippets.

@cmlittle
cmlittle / gist:e66a6d2394318aee694501eb6bbac920
Created January 4, 2021 03:18
Home Assistant Wallmote Auotmations
###################### WALLMOTE 1 AUOTMATIONS ###########################
### Button 1 ###
- id: wallmote_button1_tap_open
alias: open left patio shade
trigger:
- platform: event
event_type: zwave.scene_activated
event_data:
entity_id: zwave.aeon_labs_zw130_wallmote_quad
@cmlittle
cmlittle / homebridge
Created October 4, 2017 03:01 — forked from johannrichard/homebridge
Systemd Service for homebridge (https://github.com/nfarina/homebridge)
# Defaults / Configuration options for homebridge
# The following settings tells homebridge where to find the config.json file and where to persist the data (i.e. pairing and others)
HOMEBRIDGE_OPTS=-U /var/lib/homebridge
# If you uncomment the following line, homebridge will log more
# You can display this via systemd's journalctl: journalctl -f -u homebridge
# DEBUG=*