homeassistant的第三方社区集成主题商店hacs的使用方法


这是什么情况 啊大佬

多刷几次就好了我这问题你遇见过么




有没有按照教程第四章的hacs部分,把github换成自己的账号了

我用的就是自己账号但是还是不行

是不是github账号权限不够之类的原因啊?


您看看是不是这出毛病了

你再看看用电脑浏览器能不能访问,有些手机浏览器可能会屏蔽链接

你好,我下载安装好了hacs快速版,为什么打开后看不到集成和前端?

显示方式不一样了。选择一下里面选项就可以。

image
这个怎么搞 :sweat_smile:

看着不错 谢谢分享

重新安装HACS 报错提示链接不到github的验证码地址(可以出国)
日志: custom_components.hacs
来源: custom_components/hacs/config_flow.py:111
集成: HACS (文档, 问题)
首次发生: 00:28:56 (3 全部发生)
上次记录: 00:30:19

Request exception for ‘https://github.com/login/device/code’ with - Cannot connect to host github.com:443 ssl:default [Try again]
Request exception for ‘https://github.com/login/device/code’ with - Server disconnected
Traceback (most recent call last):
File “/usr/local/lib/python3.12/site-packages/aiohttp/connector.py”, line 1173, in _create_direct_connection
hosts = await asyncio.shield(host_resolved)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/site-packages/aiohttp/connector.py”, line 884, in _resolve_host
addrs = await self._resolver.resolve(host, port, family=self._family)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/site-packages/aiohttp/resolver.py”, line 33, in resolve
infos = await self._loop.getaddrinfo(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/asyncio/base_events.py”, line 899, in getaddrinfo
return await self.run_in_executor(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/concurrent/futures/thread.py”, line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/socket.py”, line 963, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
socket.gaierror: [Errno -3] Try again

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File “/usr/local/lib/python3.12/site-packages/aiogithubapi/client.py”, line 103, in async_call_api
result = await self._session.request(**request_arguments)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/site-packages/aiohttp/client.py”, line 578, in _request
conn = await self._connector.connect(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/site-packages/aiohttp/connector.py”, line 544, in connect
proto = await self._create_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/site-packages/aiohttp/connector.py”, line 911, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/site-packages/aiohttp/connector.py”, line 1187, in _create_direct_connection
raise ClientConnectorError(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host github.com:443 ssl:default [Try again]

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File “/config/custom_components/hacs/config_flow.py”, line 111, in async_step_device
response = await self.device.register()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/site-packages/aiogithubapi/device.py”, line 102, in register
response = await self._client.async_call_api(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/site-packages/aiogithubapi/client.py”, line 105, in async_call_api
raise GitHubConnectionException(
aiogithubapi.exceptions.GitHubConnectionException: Request exception for ‘https://github.com/login/device/code’ with - Cannot connect to host github.com:443 ssl:default [Try again]