Use text selector for notify targets (HA version compatibility)
This commit is contained in:
parent
a4885fe4e8
commit
c65826f12e
1 changed files with 9 additions and 4 deletions
|
|
@ -117,17 +117,22 @@ blueprint:
|
||||||
|
|
||||||
notify_target_1:
|
notify_target_1:
|
||||||
name: Benachrichtigungsgerät 1 (optional)
|
name: Benachrichtigungsgerät 1 (optional)
|
||||||
description: Erstes Gerät für Push-Nachrichten. Leer lassen für keine Benachrichtigung.
|
description: >
|
||||||
|
Notify-Service für Push-Nachrichten, z. B. notify.mobile_app_iphone.
|
||||||
|
Den genauen Namen findest du unter Entwicklerwerkzeuge → Dienste.
|
||||||
|
Leer lassen für keine Benachrichtigung.
|
||||||
default: ""
|
default: ""
|
||||||
selector:
|
selector:
|
||||||
notify:
|
text:
|
||||||
|
|
||||||
notify_target_2:
|
notify_target_2:
|
||||||
name: Benachrichtigungsgerät 2 (optional)
|
name: Benachrichtigungsgerät 2 (optional)
|
||||||
description: Zweites Gerät für Push-Nachrichten (optional).
|
description: >
|
||||||
|
Zweiter Notify-Service, z. B. notify.mobile_app_android.
|
||||||
|
Leer lassen wenn nicht benötigt.
|
||||||
default: ""
|
default: ""
|
||||||
selector:
|
selector:
|
||||||
notify:
|
text:
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
power_sensor: !input power_sensor
|
power_sensor: !input power_sensor
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue