Custom Component: HACS

If so, I am unable to upgrade:
Click Upgrade --> Version 12.1
Icon turns Red
Restart HA
Back to 12.0

re-released with correct version

Just a thought, sometimes you want people to test your development version before releasing the final. If you allow hacs to install say from “beta” branch, instead of master that would be an easy way to support such a feature. As example, icloud3 is now in testing, but now i would still have to manually install. If that is in a beta branch you could install it still via hacs.

If the repository uses releases you can choose to show beta (pre-releases)

Is the login attemp due to HACS?

2019-07-21 17:54:51 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 127.0.0.1
2019-07-21 18:32:34 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start
    resp = await task
  File "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle
    resp = await handler(request)
  File "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/real_ip.py", line 33, in real_ip_middleware
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 67, in ban_middleware
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 216, in auth_middleware
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/view.py", line 115, in handle
    result = await result
  File "/config/custom_components/hacs/http.py", line 47, in get
    response = await response.response(self)
  File "/config/custom_components/hacs/http.py", line 167, in response
    repository = self.store.repositories[str(self.repository_id)]
KeyError: 'map.gif'

no, hint: look at the time.

Hi,

I’m trying to make my theme ready for HACS, the github is here.. But I can’t add the repository to HACS.In your Guide it says that I need to choose “theme”, when adding the repository, but the only to options I get is “integration” and “plugin”.
Is there something wrong at my end or did the categories go away?

It’s not enabled by default https://custom-components.github.io/hacs/installation/configuration/

I just upgraded to Buster on my RPi 3 and after a reboot, i get always “500 internal server error” when i try to install a new component. I get this when i try.

And the page remains in that way…

In the log i see:

Github has/had a major Server issue.

Maybe you can create a symbolic link if Home Assistant/HACS and AppDaemon are not running in different containers?

Yes, correct, thanks, working again now…

I changed location of apps folder.

Being hammered by HACS users every half hour? LOL

1 Like

I highly doubt there is enough users that use it for them to notice that :smile:

1 Like

I highly doubt I was being serious :slight_smile:

1 Like

oh sorry, did not see that.

Is there a plan to make this enabled by default in the future? HACS would be a great way of having “theme store”, too. It seems people are interested in bringing themes to HACS and I would love to bring mine to the standard repository, too.

Anyone any idea what these errors in my log are ?

Error rendering info template ‘trigger’ is undefined
3:49 AM custom_components/hacs/handler/logger.py (WARNING) - message first occured at 3:49 AM and shows up 2 times

Error rendering info template ‘states’ is undefined
3:43 AM custom_components/hacs/handler/logger.py (WARNING)

From the template engine for the info section, those are warning an not error and will be hidden in the next version

1 Like

OK, thanks