I have a automation to notifiy me about someone being at the door. This automation has always worked great, but now it is not loud anymore its just vibrating. I am on Android 15 Beta QPR2 and my media settings are everything loud except notifications. This can be seen in this picture.
This is the automation:
alias: Klingel
description: Klingel aktiviert eine notification am handy
trigger:
- platform: state
entity_id:
- binary_sensor.klingel_channel_1_input
from: 'off'
to: 'on'
condition: []
action:
- service: notify.mobile_app_pixel_6
data:
message: Es ist jemand an der Tür
title: Ding Dong!
data:
ttl: 0
priority: high
channel: alarm_stream
actions:
- action: DOOR_OPEN
title: Tür öffnen
mode: single
Does anyone know why the alarm_stream is just silent now? Is this a bug with android or home assistant?
try checking the channel properties maybe the sound changed somehow? that is not app controlled, the app can only create it once and set the sound as the default alarm stream and after that we have no control of it.
No there everything is still assigned and “loud”. I think with a new update of android, the alarm_stream now gets recognised as a notification and before it was an alarm I think. I got everything loud except notifications (like before) and if I turn up the notifications sounds the door bell alarm is like before.
if you dont want to start fresh, then it very well may be a beta bug that needs to be reported to google. You are on teh beta builds so you should be reporting issues I am not on the beta builds personally.
Yeah i just followed the guide and reset my phone app. Still the same issue. I reported this issue to google. Thanks for your help! I will report back if this issue gets fixed somehow.