HANotify icon indicating copy to clipboard operation
HANotify copied to clipboard

Hassio issue when upgrading to 0.92

Open goncalvespedro opened this issue 5 years ago • 4 comments

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

goncalvespedro avatar Apr 27 '19 10:04 goncalvespedro

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 avatar Apr 27 '19 15:04 rsteckler

Legend!! Great Thanks that worked

goncalvespedro avatar Apr 28 '19 09:04 goncalvespedro

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.

jerrychong25 avatar May 02 '19 15:05 jerrychong25

@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.

jojo416 avatar Aug 06 '19 18:08 jojo416