#Critical Notification Not bypassing Silent Mode

1 messages · Page 1 of 1 (latest)

fluid lichen
#

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:
  • 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

The configuration and behavior of critical notifications differ between iOS and Android.

fluid lichen
#

I have checked the 'Crying' notification settings on the phone too

fluid lichen
#

Any ideas please?

formal flicker
#
    push:
     sound:
       name: default
       critical: 1
       volume: 1 ```
fluid lichen
#

When on silent, the phone still doesnt ring