YR gone in 0.117.2?

entity not found:
image

sensor:
  - platform: yr

it disappeared a few releases ago. Someone made a custom_component or you can switch to the met.no one.

thanks for the link. i am stuck here https://hacs.xyz/docs/faq/custom_repositories. at step 4, what URL do i paste in here?

instruction not clear for a noob like myself.

uh… the link he posted…

you need HACS, that looks like the addon supervisor page

yes, i see i need HACS now. i followed this YT vid https://www.youtube.com/watch?v=hdbYf36lfOc

weird that it is still setting up after 1hrs as seen here:

how long does installation usually take?

It might take a long time. It’s basically going out to the internet and checking everything you don’t have.

You can always hard reload the page, CTRL+F5. It might update the status.

3 days later… guess HACS is not for me. HassOS 4.15. currently running version 0.116.4

What do the home assistant logs say?

log is long. i extracted hacs related as seen here. none of it makes sense to me though. i really appreciate your time n help!

2020-11-05 07:21:09 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-11-05 07:22:25 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry for hacs
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 231, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
File “/config/custom_components/hacs/init.py”, line 30, in async_setup_entry
return await hacs_ui_setup(hass, config_entry)
File “/config/custom_components/hacs/operational/setup.py”, line 62, in async_setup_entry
return await async_startup_wrapper_for_config_entry()
File “/config/custom_components/hacs/operational/setup.py”, line 87, in async_startup_wrapper_for_config_entry
startup_result = await async_hacs_startup()
File “/config/custom_components/hacs/operational/setup.py”, line 188, in async_hacs_startup
async_call_later(hacs.hass, 5, hacs.startup_tasks())
Traceback (most recent call last):
File “/config/custom_components/hacs/operational/relaod.py”, line 10, in async_reload_entry
await async_setup_entry(hass, config_entry)
File “/config/custom_components/hacs/operational/setup.py”, line 62, in async_setup_entry
return await async_startup_wrapper_for_config_entry()
File “/config/custom_components/hacs/operational/setup.py”, line 87, in async_startup_wrapper_for_config_entry
startup_result = await async_hacs_startup()
File “/config/custom_components/hacs/operational/setup.py”, line 188, in async_hacs_startup
async_call_later(hacs.hass, 5, hacs.startup_tasks())

Trust me, you are going to want HACS. There is so much awesome stuff in there.

i think i know why HACS is not installing…when i click on About in HACS, i see this

i access the GUI at this IP address 192.168.1.229
image

i have Hassio installed on Proxmox via a command line i saw from Dr ZZZ on yt.
looks like my Hassio is on a totally different IP address???

172 ip is your vm. Your issue is the setup is failing. You may want to post this in the HACS thread because it seems you have a malformed configuration.

i reinstalled hacs. this time, during getting my github token, i entered “HACS” instead of “hacs”
guess it is case sensitive! all working well now. thanks a lot for your help!