zachowj / hass-node-red

Companion Component for node-red-contrib-home-assistant-websocket to help integrate Node-RED with Home Assistant Core
MIT License
460 stars 182 forks source link

No Node-red companion integration in config->integration #108

Closed blablazzz closed 2 years ago

blablazzz commented 2 years ago

image

HACS version - 1.19.2 Node-RED Companion - 1.0.6

hass:

Version | core-2021.12.8 Installation Type | Home Assistant OS Development | false Supervisor | true Docker | true Vartotojas | root Virtual Environment | false Python Version | 3.9.7 Operating System Family | Linux Operating System Version | 5.10.63-v8 CPU Architecture | aarch64 Timezone | Europe/Vilnius

rlust commented 2 years ago

Same here!

danielbrunt57 commented 2 years ago

I have the same issue. Been troubleshooting it and ended up here. I re-installed this HACS integration but no-go. It disappeared after my recent updates. HA core-2021.12.8 HACS 1.19.2 Node-RED 10.3.1

pooyashahidi commented 2 years ago

I had the same problem. Check out your folder structure.

As the readme says it should be something like this:

custom_components/nodered/translations/en.json
custom_components/nodered/__init__.py
custom_components/nodered/binary_sensor.py
custom_components/nodered/config_flow.py
...

But for some reason it was like this:

custom_components/nodered/__init__.py        #empty file
custom_components/nodered/nodered/translations/en.json
custom_components/nodered/nodered/__init__.py
custom_components/nodered/nodered/binary_sensor.py
custom_components/nodered/nodered/config_flow.py
...

After moving the files to the correct folder it started working again

zachowj commented 2 years ago

Duplicate of #107

Make sure you're running the latest HACS.

danielbrunt57 commented 2 years ago

I re-installed NR Companion and updated HACS in same session then restarted HA but Companion was not listed in integrations. I just checked after doing nothing and it is now. I think HACS was still starting up when I checked before...

image
blablazzz commented 2 years ago

i am running the latest HACS 1.19.2

danielbrunt57 commented 2 years ago

i am running the latest HACS 1.19.2

...and you see no Node-Red Companion integration?

sstratoti commented 2 years ago

Having the same problem. HACS is 1.19.3. HA version 2021.12.9. After removing and re-downloading Node Red Companion through HACS, it shows in the directory of

custom_components/nodered

In my integrations tiles, it said that nodered failed to load. Then I removed it and tried to re-add it, and it can't find it.

sstratoti commented 2 years ago

OK, rebooted the server and did a force refresh and it now shows up. I think it was a cache issue with the integrations page.