homeassistant/config angepasst
This commit is contained in:
16
homeassistant/config/automations.yaml
Normal file
16
homeassistant/config/automations.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
- id: '1734541261890'
|
||||
alias: Batteriewarnung X5
|
||||
description: ''
|
||||
triggers:
|
||||
- trigger: numeric_state
|
||||
entity_id:
|
||||
- sensor.max_watch_battery_max
|
||||
below: 29.9
|
||||
conditions: []
|
||||
actions:
|
||||
- action: notify.mobile_app_s20_lars
|
||||
metadata: {}
|
||||
data:
|
||||
message: Batterie X5 unter 30%
|
||||
title: Warnung
|
||||
mode: single
|
||||
Reference in New Issue
Block a user