thomasloven / lovelace-template-entity-row

🔹 Display whatever you want in an entities card row.
MIT License
210 stars 16 forks source link

input_number loses slider #36

Closed Mariusthvdb closed 3 years ago

Mariusthvdb commented 3 years ago

when using a secondary line:

      - input_number.front_room_lux
      - type: custom:template-entity-row
        entity: input_number.front_room_lux
        secondary: >
          {{states('sensor.front_room_sensor_light_level')}} lx
Schermafbeelding 2020-09-14 om 09 33 07

or even with the code above, using only the state:

Schermafbeelding 2020-09-14 om 09 34 05

is this a user error? would be really nice to be able to show the slider, and a secondary line thanks for having a look

thomasloven commented 3 years ago

Template-entity-row only displays a value.