Skip to content

Instantly share code, notes, and snippets.

View tioan's full-sized avatar

Mattheus tioan

View GitHub Profile
# - alias: Nuki low battery - Wohnungstür
# trigger:
# platform: template
# value_template: "{{ is_state_attr('lock.wohnungstur','battery_critical',true) }}"
# action:
# - service: notify.mobile_app_mattheus_iphone
# data:
# title: "Nuki Wohnungstür battery critical"
# message: "Change battery"
- alias: Nuki low battery - Wohnungstür
trigger:
platform: template
value_template: "{{ is_state_attr('lock.wohnungstur','battery_critical',true) }}"
action:
- service: notify.mobile_app_mattheus_iphone
data:
title: "Nuki Wohnungstür battery critical"
message: "Change battery"
@tioan
tioan / gitkeep
Last active August 29, 2015 14:19 — forked from simoncoulton/gitkeep
find . -type d -empty -exec touch {}/.gitkeep \;