I’m running Hass 0.66 w/ an iphone 7 on 11.3, and I’ve gone through all the examples here, and I can’t get the actions to pop w/ the notification I get. Can anyone confirm it’s still working for them?
EDIT: Ooops… I forgot to update the notification settings on my phone
The Actionable notifications do not appear on my iphone even I tried swiping left, right, up, and down. It’s still no button even I reset HA, restarted iphone, update push settings.
im using hass.io but i don’t use the automation editor i edit my automation in the ymal file but you can post whatever you have on your automations and i will try to help you
Let´s see if we can get it working or if someone else know how to configure it. Tried other configurations as well but this is where I am at the moment…
Hardware and software versions:
Raspberry PI 3
Hassio v.0.67.0
Iphone X running Ios v.11.3
- action:
- data:
message: Motion at home, strange right?
data:
push:
badge: 0
category: 'ioslock'
service: notify.ios_klangens_iphonex
alias: If no one is home and motion occurs send notification
condition:
- condition: state
entity_id: group.all_devices
state: not_home
id: '1507979542878'
trigger:
- entity_id: binary_sensor.motion_sensor_sensor
platform: state
to: 'on'
- entity_id: binary_sensor.sensor
platform: state
to: 'on'
- entity_id: group.basement_motion_sensor
platform: state
to: 'on'