I just got my span panel installed, and am testing out this integration. Since I work for Span, I have the ability to peek behind the curtain as far as source code and internal logs, so I'm hopeful I can help narrow down the cause of issues quickly.
At the moment I'm just getting started with this integration, and ran into this error:
Error setting up entry Span Panel nj-0000-abcdef for span_panel
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 383, in async_setup
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/span_panel/init.py", line 40, in async_setup_entry
access_token=config[CONF_ACCESS_TOKEN],
KeyError: 'access_token'
I'll take a look at the code and see what I can see.
I just got my span panel installed, and am testing out this integration. Since I work for Span, I have the ability to peek behind the curtain as far as source code and internal logs, so I'm hopeful I can help narrow down the cause of issues quickly.
At the moment I'm just getting started with this integration, and ran into this error:
Error setting up entry Span Panel nj-0000-abcdef for span_panel
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 383, in async_setup
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/span_panel/init.py", line 40, in async_setup_entry
access_token=config[CONF_ACCESS_TOKEN],
KeyError: 'access_token'
I'll take a look at the code and see what I can see.