You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of problem:
Sytadin CONF_MONITORED_CONDITIONS default value must be a list, and actual default value is string.
Only appends with the default value (minimal config).
Expected:
default value must be inside a list
Traceback (if applicable):
2017-10-30 21:56:02 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up platform sytadin
Traceback (most recent call last):
File "/Users/gautric/Source/git/hass/home-assistant/homeassistant/helpers/entity_component.py", line 170, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=self.hass.loop)
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/asyncio/tasks.py", line 358, in wait_for
returnfut.result()
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/asyncio/futures.py", line 245, in result
raise self._exception
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/Users/gautric/Source/git/hass/home-assistant/homeassistant/components/sensor/sytadin.py", line 63, in setup_platform
sytadin, name, option, SENSOR_TYPES[option][0],
KeyError: 't'
't' is the first letter of OPTION_TRAFFIC_JAM value
Additional info:
The text was updated successfully, but these errors were encountered:
gautric
pushed a commit
to gautric/home-assistant
that referenced
this issue
Oct 30, 2017
Home Assistant release (
hass --version
):pre 0.57
Python release (
python3 --version
):Python 3.6.3
Component/platform:
Sytadin
Description of problem:
Sytadin CONF_MONITORED_CONDITIONS default value must be a list, and actual default value is string.
Only appends with the default value (minimal config).
Expected:
default value must be inside a list
Traceback (if applicable):
't' is the first letter of OPTION_TRAFFIC_JAM value
Additional info:
The text was updated successfully, but these errors were encountered: