I’m sure I just missed something in the documentations when I did the upgrade, but I can’t figure out what.
After the upgrade my push notifications won’t work.
I just upgraded as usual and removed the whole custom_components folder, what else do I need todo?
Is it something with the token I missed?
Can you all confirm that the notify.ios platform is loaded?
I believe there is a pretty bad bug in the component which I am currently working on resolving. It may manifest itself as failing to send push notifications.
I can confirm mine is loaded and this is the error I get.
16-10-23 22:44:56 homeassistant.core: BusHandler:Exception doing job
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/homeassistant/core.py", line 1221, in job_handler
func(*args)
File "/usr/local/lib/python3.5/dist-packages/homeassistant/core.py", line 1075, in execute_service
service_handler.func(service_call)
File "/usr/local/lib/python3.5/dist-packages/homeassistant/components/notify/__init__.py", line 111, in notify_message
notify_service.send_message(**kwargs)
File "/usr/local/lib/python3.5/dist-packages/homeassistant/components/notify/ios.py", line 77, in send_message
rate_limits = req.json()["rateLimits"]
TypeError: 'NoneType' object is not subscriptable
Okay, this problem has now been fixed on the server. I forgot to add an else condition to break out of some logic causing the system to just freeze and eventually timeout. Apologies!
Indeed…notifications are not working after the update. I deleted the files in the custom_components. Here’s my notify entry in the configuration.yaml and here’s the ios entry. Also, just to confirm the notify/ios platform is loaded and there are no errors in the log (when I try to send a notification using Developer tools).