Config yaml entries
I have tried is w/ssl w/o ssl different ports etc, and nothing works.
I can get to the web ui in chrome fine but the logs dont seem to point me in a direction to diagnose the issue.
Any help is appreciated
sabnzbd:
api_key: xxxxxxxxxxxxx
host: 10.2.0.140
name: sab
port: 8080
ssl: false
sensors:
- current_status
- speed
- queue_size
- queue_remaining
- disk_size
- disk_free
- queue_count
- day_size
- week_size
- month_size
- total_size
Logger: homeassistant.setup
Source: components/configurator/__init__.py:75
First occurred: 18:43:52 (1 occurrences)
Last logged: 18:43:52
Error during setup of component sabnzbd
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 227, in _async_setup_component
result = await task
File "/usr/src/homeassistant/homeassistant/components/sabnzbd/__init__.py", line 218, in async_setup
await async_configure_sabnzbd(hass, conf, use_ssl, name, api_key)
File "/usr/src/homeassistant/homeassistant/components/sabnzbd/__init__.py", line 199, in async_configure_sabnzbd
async_request_configuration(hass, config, base_url, web_root)
File "/usr/src/homeassistant/homeassistant/components/sabnzbd/__init__.py", line 299, in async_request_configuration
_CONFIGURING[host] = configurator.async_request_config(
File "/usr/src/homeassistant/homeassistant/components/configurator/__init__.py", line 75, in async_request_config
if (instance := hass.data.get(_KEY_INSTANCE)) is None:
AttributeError: 'str' object has no attribute 'data'