I had vibration for alerts before in the app, and cannot for the life of me figure out how to make them happen on beta 2.0? I feel like a complete and total noob. Can anyone help me out here?
By default sound is disabled with version 2.0.
Check documentation here:
https://companion.home-assistant.io/en/next/notifications/basic
Ahhhh. Thanks for the link. It seems I have some work to do. It is odd to me that the decision would be made to disable notification sounds/vibration by default when almost every other HA feature is being made easier to use, not harder. Maybe it has something to do with the mobile app notify.
Today I run into the same problem.
I’m also wondering why its disabled by default?
I think if you setup a nortification in HA you also want to realize when this happends and not, when you look on your phone?
Edit:
And how can I get this to work? I get only either camera picture or sound…I tried 10 combinations…please help
- alias: TTGO Camera knopf gedrückt
id: ttgocamerapress94847589y4rthjs
trigger:
- platform: state
entity_id: binary_sensor.ttgo_klein_button
from: 'off'
to: 'on'
action:
- service: notify.mobile_app_iphone_von_slop
data:
title: Knock Knock
message: Who is at the door?
data:
push:
sound: default
data:
attachment:
content-type: jpeg
push:
category: camera
entity_id: camera.ttgo_klein_camera
I got its working.
- alias: TTGO Camera knopf gedrückt
id: ttgocamerapress94847589y4rthjs
trigger:
- platform: state
entity_id: binary_sensor.ttgo_klein_button
from: 'off'
to: 'on'
action:
- service: notify.mobile_app_iphone_von_slop
data:
title: Knock Knock
message: Who is at the door?
data:
attachment:
content-type: jpeg
push:
sound: default
category: camera
entity_id: camera.ttgo_klein_camera