Ariela - Home Assistant Android Client

Hey @Ionut

based on your post Android actionable notifications I tried your app and managed to log in internally and externally. However I get a message Failed to enable Firebase notifications for this device. Please check that HANotify component is installed on Home Assistant server.

I installed your version of fcm-android.py under \config\custom_components\notify. And I did reboot afterwards.

If I enable notify for android in configuration.yaml (like in code below), verifying configuraiton hangs in HA Web as well as notify.android is not available in Services (after reboot).
notify:
- name: android
platform: fcm-android

But for example notify for pushover does work without any problems. It shows in Services, sends notifications etc.

Some more information: I am running latest version of HA on Synology Docker and am using Synologys Nginx for Reverse Proxy. HA is on default 8123 port, but from outside to nginx I have 443 (Let’s Encrypt certificate). I still use legacy_api_password.

Thanks for your help.