Custom Component: HACS


I opened a defect on github and copied my last logs

Just as a data point, I updated HACS yesterday (from something in the early 15s, I think, I didn’t write it down) to 0.15.11, and everything is working fine - no issues with HACS being deleted.

same here. already updated - no issues

Most of those I have talked with have not had that issue.

This is the current download tracker for the 0.15.11 release:

image

My guess is that most of them did no have an issue.

@deluxestyle opened an issue at GitHub, which looks like the downloader reaches a timeout, we are looking into it.

I will now 10AM (UTC+2) attempt to move the HACS repository.
ref: https://github.com/custom-components/hacs/issues/724

If you see any issues regarding that I’m mostly reachable @ discord.
in the HA discord or https://discord.io/hacs

1 Like

After about 40 min of testing various things, I think this move was a success.

There are 2 minor graphical issues that will be handled in the next update, both will appear the next time you restart HA.

  • You will see 2 HACS repositories in the overview/installed tab.
  • You will see hacs/integration as a custom repository under the settings tab.
7 Likes

I just upgrade to Home Assistant 0.100.3 and HACS 0.15.11. I am seeing two links in the side panel to HACS one for regular and one experimental(I did enable experimental). Neither seem to show anywhere I can see the custom components I have installed. I am currently using the huesensor custom component as an example. Is this normal am I radically missing a design overall and I need to read more?

1 Like

That is explained in the docs https://hacs.xyz/docs/basic/existing_elements

1 Like

Thanks and the side bar?

What about it?

Sorry nevermind I thought it was duplicated but the links are clearly different from within each of the side panel links overview and store versus installed, integrations, plugins, themes, and settings. Guess it was showing what was installed under both links so I was confused

When the experimental UI can fully replace the old one, you will only have one entry, but for now there is a few features missing in it.

Hi @ludeeus

I’m getting two HACS items in the Community menu

48

They are both 0.15.11

59

In an Home Assustant Italian FB group, a lot of other people are getting same situation.

I’ve already tried to clear cache and restart HAssio

Any suggestion?

Thanks

This shall be corrected soon.

1 Like

Answer is three posts above yours. Known side effects of moving the repo.

1 Like

Wrote this on Discord earlier today:
image

3 Likes

Version 0.16.0 has been released :tada:
https://github.com/hacs/integration/releases/tag/0.16.0

1 Like

Updated to 0.16.0 on hassbian and after a reboot I get

The following components and platforms could not be set up:

hacs
Sun Oct 27 2019 19:07:25 GMT+0100 (Central European Standard Time)
Error during setup of component hacs
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 167, in _async_setup_component
    hass, processed_config
  File "/home/homeassistant/.homeassistant/custom_components/hacs/__init__.py", line 37, in async_setup
    config[DOMAIN], config[DOMAIN].get("options")
  File "/home/homeassistant/.homeassistant/custom_components/hacs/hacsbase/configuration.py", line 44, in from_dict
    country=options.get("country"),
AttributeError: 'NoneType' object has no attribute 'get'

Fixed in 0.16.1, and GitHub should be used for Issues :wink:

This Is on Hass.io and not show me on si de panel
Error during setup of component hacs
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/setup.py”, line 167, in _async_setup_component
hass, processed_config
File “/config/custom_components/hacs/init.py”, line 37, in async_setup
config[DOMAIN], config[DOMAIN].get(“options”)
File “/config/custom_components/hacs/hacsbase/configuration.py”, line 44, in from_dict
country=options.get(“country”),
AttributeError: ‘NoneType’ object has no attribute ‘get’