Hello everyone, I’m new to Hass.io
I have a beacon at home so when I come home it updates status home on my HA page, I’m wondering how do I setup so I can see when I’m home on HA Apple Watch app and also get a notification on my watch and also it shows up on my Apple Watch face ?
//\Sorry about my spelling I’m dyslexic and Eng isn’t my English is not my mother tongue//\
Looks like in the 2.0 version of the app, the zone exits via iBeacons do not seem to work (when iBeacon disconnects, there is no trigger update so the zone does not change). I noticed comments above about using GPS triggers for zone exits instead. Is this true that this has changed from the 1.5.1 beta? @robbiet480
If so, how would this work for stationary use like tracking keys or using one in the car?
Thanks, @robbiet480. Would it be possible to have a simple on/off switch in settings to ignore or not ignore iBeacon exits? Ideally, I only want to use iBeacons for updates and ignore GPS updates.
Hello. Thank you a lot for your work
Two questions if you will find some time:
Will it ever be possible to use theme color at the top of the app? Themes are not usable on Iphone X (and plus) because of blue line at the top.
Will it be possible to use new kind of notifications if I want to send picture from camera whitch was done at certain time and was saved at files? I do have remote access via duckdns. If it is needed - I can use nabu casa remote UI.
This was already possible with the 1.5 version of the app, however you can not use theme selector in the frontend for it. You will have to have it set in themes.yaml and have it start that way. Works fine for me on my iphone x.
that is a very nice setup you have there, especially the person tiles. Would you care to share how you split-up the one image over 2 tiles, and what the underlying yams code is for these picture cards?
Hello klm
Thank you for showing the example. I have managed to get notification on the iPhone for coming home and for opening the garage. But when I click the notification “Open Garage” nothing happens. And as far as I can see there is no connection to the entity that performs the actions. Can you help me the last way?
I have copied everything exactly as written in your post
I am new to automation so perhaps it is a step question but not for me
Not sure what it is exactly, but here are a few things to try.
In your iOS app go to notification settings and tap “Import push configuration from server”. I’m not sure if this is required as the app handles more of the setup, but I know it was with older versions of the app.
Restart Homeassistant if you’ve made any changes to config files, iOS app settings etc.
If you have your automations in your config file and you copied my text exactly, you’ll need to indent 2 spaces for all lines. Mine is stored in its own automations.yaml file so the indentation will be different if yours are in your config.yaml file.
Have you manually triggered the automation to ensure it functions? I will open the automation (in my case “open_garage_notification” automation, not the one that triggers upon your arrival) and click “trigger” to ensure everything in the “action” section is written/formatted correctly.
Let me know if anything here gets you up and running!
Yes, that’s correct. The service will still be cover.open_cover, but the entity_id will need to be whatever you have named your garage door. Mine is simply named “cover.garage_door”.