Created
December 15, 2019 20:00
-
-
Save tioan/be1c5938fba7f023757a6dc48f16004f to your computer and use it in GitHub Desktop.
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" | |
- alias: Nuki low battery - Haustür | |
trigger: | |
platform: template | |
value_template: "{{ is_state_attr('lock.haustur','battery_critical',true) }}" | |
action: | |
- service: notify.mobile_app_mattheus_iphone | |
data: | |
title: "Nuki Haustür battery critical" | |
message: "Change battery" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment