Fix: replace notify selector with text selector for HA compatibility
This commit is contained in:
parent
3b7b10ac42
commit
eac0955b41
1 changed files with 8 additions and 4 deletions
|
|
@ -117,17 +117,21 @@ blueprint:
|
|||
|
||||
notify_target_1:
|
||||
name: Benachrichtigungsgerät 1
|
||||
description: Gerät für Push-Nachrichten (z. B. dein Smartphone). Leer lassen für keine Benachrichtigung.
|
||||
description: >
|
||||
Notify-Service für Push-Nachrichten, z. B. notify.mobile_app_iphone.
|
||||
Leer lassen für keine Benachrichtigung.
|
||||
default: ""
|
||||
selector:
|
||||
notify:
|
||||
text:
|
||||
|
||||
notify_target_2:
|
||||
name: Benachrichtigungsgerät 2 (optional)
|
||||
description: Zweites Gerät für Push-Nachrichten (optional).
|
||||
description: >
|
||||
Zweiter Notify-Service (optional), z. B. notify.mobile_app_android.
|
||||
Leer lassen wenn nicht benötigt.
|
||||
default: ""
|
||||
selector:
|
||||
notify:
|
||||
text:
|
||||
|
||||
variables:
|
||||
power_sensor: !input power_sensor
|
||||
|
|
|
|||
Loading…
Reference in a new issue