Following the directions here: https://www.home-assistant.io/integrations/kaiterra
Added the following to my configuration file:
kaiterra:
api_key: "<redacted>"
aqi_standard: us
scan_interval: 30
devices:
- device_id: "<redacted>"
type: sensedge
name: "Kaiterra Sensedge (Office)"
Relevant error from logs:
Logger: homeassistant.setup
Source: setup.py:425
First occurred: 8:55:35 PM (1 occurrence)
Last logged: 8:55:35 PM
Error during setup of component kaiterra: https:///v1/batch?key=<redacted> - Invalid redirect URL origin
Traceback (most recent call last):
File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 874, in _request
redirect_origin = parsed_redirect_url.origin()
File "/usr/local/lib/python3.13/site-packages/yarl/_url.py", line 615, in origin
return self._origin
^^^^^^^^^^^^
File "src/propcache/_helpers_c.pyx", line 48, in propcache._helpers_c.under_cached_property.__get__
File "/usr/local/lib/python3.13/site-packages/yarl/_url.py", line 628, in _origin
raise ValueError("URL should be absolute")
ValueError: URL should be absolute
This line in particular is of interest: Error during setup of component kaiterra: https:///v1/batch?key=<redacted> - Invalid redirect URL origin
! The base URL seems to be missing
