Hi, I have the Pixel 9 Pro XL with the latest version of Android and the Companion app. I am following the instructions on this page: https://companion.home-assistant.io/docs/notifications/critical-notifications/#android-alarm-stream
The notification works correctly but I only get the notification **sound ** when my phone is on Ring mode but not on Silent mode. As I understand the notification should still ring even though my phone is on silent
Please see YAML code below:
alias: Notification - Baby Making Noise
description: ""
triggers:
- entity_id:
- binary_sensor.baby_room_camera_baby_crying
to: "on"
for:
hours: 0
minutes: 0
seconds: 5
trigger: state
conditions:
- binary_sensor.baby_room_camera_baby_crying
- condition: time
after: "20:00:00"
before: "08:00:00"
actions: - metadata: {}
data:
data:
ttl: 0
priority: high
channel: Crying
importance: high
title: Baby is crying
message: " "
action: notify.mobile_app_my_phone
mode: single