Try as I might I cannot get HACS to install.
I have followed the How To for removing it (https://hacs.xyz/docs/setup/remove) but when I reinstall get the red box around the integration and Failed to set up message.
Log entries I’m getting are as follows and I’ve no idea how to access the files, let alone how to resolve the listed issue.
Please can someone advise how I sort this.
TIA
Logger: homeassistant.util.json
Source: util/json.py:33
First occurred: 02:47:33 (1 occurrences)
Last logged: 02:47:33
Could not parse JSON content: /config/.storage/hacs.repositories
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/util/json.py”, line 33, in load_json
return json.loads(fdesc.read()) # type: ignore[no-any-return]
File “/usr/local/lib/python3.9/codecs.py”, line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0x8b in position 4: invalid start byte
Logger: homeassistant.config_entries
Source: util/json.py:39
First occurred: 02:47:33 (1 occurrences)
Last logged: 02:47:33
Error setting up entry for hacs
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/util/json.py”, line 33, in load_json
return json.loads(fdesc.read()) # type: ignore[no-any-return]
File “/usr/local/lib/python3.9/codecs.py”, line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0x8b in position 4: invalid start byte