Closed FeikoJoosten closed 3 years ago
Make sure you have read the issue guidelines and that you filled out the entire template.
1.6 has https://github.com/chomupashchuk/delete-file-home-assistant/blob/1.6/hacs.json#L3, with is wrong with that structure.
Yep, you're entirely right. Thank you!
System Health details
System Health
Home Assistant Community Store
GitHub API | ok -- | -- Github API Calls Remaining | 4901 Installed Version | 1.11.3 Stage | running Available Repositories | 844 Installed Repositories | 28Home Assistant Cloud
logged_in | false -- | -- can_reach_cert_server | ok can_reach_cloud_auth | ok can_reach_cloud | okHome Assistant Supervisor
host_os | Home Assistant OS 5.12 -- | -- update_channel | stable supervisor_version | supervisor-2021.03.6 docker_version | 19.03.13 disk_total | 251.3 GB disk_used | 13.3 GB healthy | true supported | true board | ova supervisor_api | ok version_api | ok installed_addons | FTP (4.0.2), File editor (5.2.0), Glances (0.11.2), Home Assistant Google Drive Backup (0.103.1), Internet Automated Dynamic DNS Client (0.1.11), MariaDB (2.2.2), Mosquitto broker (5.1.1), Nginx Proxy Manager (0.10.1), Node-RED (8.2.1), Portainer (1.4.0), RPC Shutdown (2.2), Ring Devices (4.5.2), SSH & Web Terminal (8.1.0), TasmoAdmin (0.14.0), Visual Studio Code (3.3.0), Samba share (9.3.1), Bitwarden RS (0.9.0), motionEye (0.11.1)Lovelace
dashboards | 3 -- | -- resources | 17 views | 5 mode | storageSpotify
api_endpoint_reachable | ok -- | --Checklist
Describe the issue
A clear and concise description of what the issue is. If you try to add an integration that is missing the iot_class attribute in it's
hacs.json
file. HACS will then complain about it not being able to find amanifest.json
. Instead it should inform you that thehacs.json
is not properly implemented.Steps to reproduce
The only difference between v1.6 and v1.7 is the addition of the
iot_class
attribute.Debug logs
Logs
``` 2021-04-02 20:10:59 WARNING (MainThread) [homeassistant.loader] You are using a custom integration localtuya 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 2021-04-02 20:10:59 WARNING (MainThread) [homeassistant.loader] You are using a custom integration yahoofinance 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 2021-04-02 20:10:59 WARNING (MainThread) [homeassistant.loader] You are using a custom integration spotcast 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 2021-04-02 20:10:59 WARNING (MainThread) [homeassistant.loader] You are using a custom integration delete 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 2021-04-02 20:10:59 WARNING (MainThread) [homeassistant.loader] You are using a custom integration nodered 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 2021-04-02 20:10:59 WARNING (MainThread) [homeassistant.loader] You are using a custom integration 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 2021-04-02 20:11:01 WARNING (MainThread) [homeassistant.loader] You are using a custom integration afvalbeheer 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 2021-04-02 20:11:01 WARNING (MainThread) [homeassistant.loader] You are using a custom integration prosenic 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 2021-04-02 20:11:04 DEBUG (MainThread) [custom_components.hacs] Configuration type: flow 2021-04-02 20:11:04 INFO (MainThread) [custom_components.hacs] ------------------------------------------------------------------- HACS (Home Assistant Community Store) Version: 1.11.3 This is a custom integration If you have any issues with this you need to open an issue here: https://github.com/hacs/integration/issues ------------------------------------------------------------------- 2021-04-02 20:11:04 INFO (MainThread) [custom_components.hacs] Setup task HacsSetupTask.WEBSOCKET 2021-04-02 20:11:04 INFO (MainThread) [custom_components.hacs] Setup task HacsSetupTask.FRONTEND 2021-04-02 20:11:04 INFO (MainThread) [custom_components.hacs] Setup task HacsSetupTask.CATEGORIES 2021-04-02 20:11:04 ERROR (MainThread) [homeassistant.components.calendar] google: Error on device update! Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 360, in _async_add_entity await entity.async_device_update(warning=False) File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 465, in async_device_update await task File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) File "/usr/src/homeassistant/homeassistant/components/google/calendar.py", line 103, in update self.data.update() File "/usr/src/homeassistant/homeassistant/util/__init__.py", line 285, in wrapper result = method(*args, **kwargs) File "/usr/src/homeassistant/homeassistant/components/google/calendar.py", line 172, in update result = events.list(**params).execute() File "/usr/local/lib/python3.8/site-packages/oauth2client/_helpers.py", line 133, in positional_wrapper return wrapped(*args, **kwargs) File "/usr/local/lib/python3.8/site-packages/googleapiclient/http.py", line 842, in execute raise HttpError(resp, content, uri=self.uri) googleapiclient.errors.HttpError: