Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slider tooltip should show the input_select options not the number #95

Closed
i00 opened this issue Mar 3, 2020 · 2 comments
Closed

Slider tooltip should show the input_select options not the number #95

i00 opened this issue Mar 3, 2020 · 2 comments

Comments

@i00
Copy link

i00 commented Mar 3, 2020

My Home Assistant version: 0.106.3
Slider version: 11

My lovelace configuration method (GUI or yaml):

# CONFIG:
input_select:
  bin_day:
    name: Bin day
    options:
      - Sunday
      - Monday
      - Tuesday
      - Wednesday
      - Thursday
      - Friday
      - Saturday
    icon: 'mdi:trash-can-outline'

# LOVELACE
entities:
  - entity: input_select.bin_day
    type: 'custom:slider-entity-row'
type: entities

What I am doing:
Dragging the slider, number shows in the tooltip:
image

What I expected to happen:
Option value should show

What happened instead:
Number shows in the tooltip:

Minimal steps to reproduce:
Enter the configs, drag the slider in the interface

# The least ammount of code possible to reproduce my error

# As mentioned above - that is minimal

# End of code

Error messages from the browser console:


By putting an X in the boxes ([ ]) below, I indicate that I:

[x] Understand that this is a channel for reporting bugs, not a support forum (https://community.home-assistant.io/).

[x] Have made sure I am using the latest version of the plugin.

[x] Have followed the troubleshooting steps of the "Common Problems" section of https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins.

[x] Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action.

@ohipe
Copy link

ohipe commented Apr 12, 2020

Same request! Any solution or news? Thanks

@thomasloven
Copy link
Owner

This is not possible with the paper-slider element built into Home Assistant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants