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
17-04-09 15:08:59 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
File "/srv/homeassistant/home-assistant/homeassistant/helpers/entity_component.py", line 359, in async_process_entity
new_entity, self, update_before_add=update_before_add
File "/srv/homeassistant/home-assistant/homeassistant/helpers/entity_component.py", line 213, in async_add_entity
yield from entity.async_added_to_hass()
File "/srv/homeassistant/home-assistant/homeassistant/components/input_slider.py", line 178, in async_added_to_hass
if value is not False and self._minimum < value < self._maximum:
TypeError: unorderable types: float() <NoneType()
Additional info:
Upgraded from 0.41. The above traceback occurs before the "Something is blocking Home Assistant from wrapping up the start up phase." log message.
The text was updated successfully, but these errors were encountered:
I can confirm this. If the initial state is missing after creating new slider it raises the above error. If you set an initial state the slider comes up.
Make sure you are running the latest version of Home Assistant before reporting an issue.
You should only file an issue if you found a bug. Feature and enhancement requests should go in the Feature Requests section of our community forum:
Home Assistant release (
hass --version
):0.42.1
Python release (
python3 --version
):Python 3.5.2
Component/platform:
input_slider
Description of problem:
All input sliders fail to initialize and do not appear in the frontend.
Expected:
Input sliders should initialize and appear in the frontend.
Problem-relevant
configuration.yaml
entries and steps to reproduce:Example input_slider definition in my config:
Traceback (if applicable):
Additional info:
Upgraded from 0.41. The above traceback occurs before the "Something is blocking Home Assistant from wrapping up the start up phase." log message.
The text was updated successfully, but these errors were encountered: