mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
Changing all kinds of shit
This commit is contained in:
@@ -70,7 +70,7 @@ action:
|
||||
|
||||
- choose:
|
||||
- conditions:
|
||||
- "{{states('sensor.dreambox_audio_audio_sessions') | int(default=0) > 0 or is_state('binary_sensor.dreambox_recently_active','on') }}"
|
||||
- "{{ is_state('binary_sensor.dreambox_recently_active','on') }}"
|
||||
|
||||
sequence:
|
||||
- service: notify.dreambox
|
||||
@@ -79,7 +79,7 @@ action:
|
||||
|
||||
- choose:
|
||||
- conditions:
|
||||
- "{{states('sensor.dreamsurface_audio_audio_sessions') | int(default=0) > 0 or is_state('binary_sensor.dreamsurface_recently_active','on') }}"
|
||||
- "{{ is_state('binary_sensor.dreamsurface_recently_active','on') }}"
|
||||
|
||||
sequence:
|
||||
- service: notify.dreamsurface
|
||||
@@ -96,6 +96,10 @@ action:
|
||||
- service: notify.mobile_app_pixel_7
|
||||
data:
|
||||
message: The dryer is done
|
||||
data:
|
||||
tag: "dryer-complete"
|
||||
notification_icon: mdi:tumble-dryer-alert
|
||||
channel: Appliance
|
||||
|
||||
- delay:
|
||||
minutes: 15
|
||||
|
||||
Reference in New Issue
Block a user