I have an input_slider that refuses to be seen. I have 4 others that work just fine. I need another set of eyes to take a look and help me see what I can’t see.
The input_slider section of my configuration.yaml. The last one ofhp1 refuses to show up. pictures at the bottom.
what i do in those cases is delete all whitespace and make sure the right whitespace is there.
it seems like there is something going wrong in this part:
entities:
- input_slider.ofhp1_black
could be a TAB or another character not showing in the editor.
to make sure its not in the group.yaml, you could edit out the last group. the slider should show in your initial page. if thats true you can be sure its somthing in your groups.yaml
if the inputslider was wrong, the group shouldnt show up at all (unless that part is changed in the last few updates)
thats why i guess its something wrong in the groups.yaml
I retyped everything last night for the subject sensor and groups, rebooted HA and it worked. Yaaaaa. Then I commented out an automation (in the automation.yaml file), rebooted HA (not the server) and the input_slider was gone again. LOL I just love consistency. I’ll keep digging to see what I can find.
Having the same issue here, with input_sliders not showing up. Tried renaming, confirming format is correct, moving to a different group. Nothing helps.
Same issue here!
I get
File “C:\Python\Python35-32\lib\site-packages\homeassistant\components\input_slider.py”, line 178, in async_added_to_hass
if value is not False and self._minimum < value < self._maximum:
I set the initial value to 1 for ofhp1_black and it shows up now. Lets see how it does over the next few weeks. I don’t restart HA often so it may take a while to see if it’s working or not.
i made 3 inputsliders a while ago.
they Always show up, but most of the time (not Always) they show in the frontend wirh initial value set to 50% in stead of the values i did set.
more strange:
if i change the values in the subgroup in a groupview they stay on their value, but if i look at the defaultview, the value still stays at the old value.