Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hassio issue when upgrading to 0.92 #11

Open
goncalvespedro opened this issue Apr 27, 2019 · 4 comments
Open

Hassio issue when upgrading to 0.92 #11

goncalvespedro opened this issue Apr 27, 2019 · 4 comments

Comments

@goncalvespedro
Copy link

Hi,

Are there any plans to upgrade the great notify app to HA 0.92?

it does not seem to be aligned to the new custom components config and I cannot seem to tweak it to get it working again.

Thanks in advance.

Regards
pedro

@rsteckler
Copy link

To make it work:

  1. Rename your folder structure from custom_components/notify/fcm-android.py to custom_components/fcm-android/notify.py
  2. Add a new file: custom/components/fcm-android/manifest.json with the following contents:
{
    "domain": "https://github.com/Crewski/HANotify",
    "name": "HANotify",
    "documentation": "https://github.com/Crewski/HANotify",
    "dependencies": [],
    "codeowners": ["@Crewski"],
    "requirements": []
  }

@goncalvespedro
Copy link
Author

Legend!! Great Thanks that worked

@jerrychong25
Copy link

To make it work:

  1. Rename your folder structure from custom_components/notify/fcm-android.py to custom_components/fcm-android/notify.py
  2. Add a new file: custom/components/fcm-android/manifest.json with the following contents:
{
    "domain": "https://github.com/Crewski/HANotify",
    "name": "HANotify",
    "documentation": "https://github.com/Crewski/HANotify",
    "dependencies": [],
    "codeowners": ["@Crewski"],
    "requirements": []
  }

@rsteckler,

First time user here, using own FCM project.

Already installed all required components according to the guide and your file, but still not able to make it working.

Could I know what is possible issue for not working?

Thanks.

@jojo416
Copy link

jojo416 commented Aug 6, 2019

@jerrychong25 Just in case you still haven't found a solution, I found adding a blank file named __init__.py to the above fcm-android folder fixed it for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants