This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# - 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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -type d -empty -exec touch {}/.gitkeep \; |