Changing all kinds of shit

This commit is contained in:
CeeWeasel
2025-07-17 20:30:11 -04:00
parent 51d35b46e9
commit 81cbed6e51
36 changed files with 199 additions and 540 deletions
+6 -2
View File
@@ -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