Hello team, I am on IOS 2.0 beta 55 (the last one with working picture notifications)
I have this simple automation for water leak which works but there is no sound when I get the critical notification.
Any clue?
Sorry the first line id:) is wrong due to the paste here…
- id: basement_water_leak
alias: 'Basement Water Leak'
hide_entity: true
trigger:
- platform: state
entity_id: binary_sensor.laundry_room_leak_sensor
from: 'off'
to: 'on'
action:
- service: media_player.alexa_tts
data:
entity_id: media_player.echo_show_2
message: "Water in the laundry room?"
- service: media_player.alexa_tts
data:
entity_id: media_player.echo_living_room_2
message: "Repeat, Water in the laundry room"
- service: notify.mobile_app_joes_phone
data:
title: WATER LEAK
message: "Water in the laundry room"
data:
push:
sound:
critical: 1
name: default
volume: 1.0 # 0.0 to 1.0
- service: mqtt.publish
data:
topic: tele/RF_Bridge/RESULT
payload: 458B11off