Frontend: Entities Card slider for number does not show for conditional rows

Created on 17 Feb 2020  路  7Comments  路  Source: home-assistant/frontend

Checklist

  • [x] I have updated to the latest available Home Assistant version.
  • [x] I have cleared the cache of my browser.
  • [x] I have tried a different browser to see if it is related to my browser.

The problem


If an entity row (slider input) is contained within a conditional row then the value & unit is not shown:
image

Expected behavior


The value and unit should be shown

Steps to reproduce


1. Add the following to the configuration.yaml:

input_number:
  cleaning_interval:
    name: Cleaning interval
    min: 0
    max: 14
    step: 1
    icon: 'mdi:broom'
    unit_of_measurement: Days
  1. Restart the HA server
  2. Add the following card to lovelace:
entities:
  - entity: input_number.cleaning_interval
  - type: divider
  - type: conditional
    conditions:
      - entity: input_number.cleaning_interval
        state_not: '0.0'
    row:
      entity: input_number.cleaning_interval
type: entities
  1. notice that the numbers do not show next to the second slider

Environment

  • Home Assistant release with the issue: 0.105.4
  • Last working Home Assistant release (if known):
  • UI Type (States or Lovelace): Lovelace
  • Browser and browser version: Opera & Chrome
  • Operating system: Windows 10

Problem-relevant configuration

# listed in Steps to reproduce ... since this is a step to produce the issue

Javascript errors shown in your browser console/inspector

N/A

Additional information

bug entities

Most helpful comment

I'm putting together my first lovelace dashboard and this is indeed still a problem.

All 7 comments

probably not getting the true value of the column width if in the conditional row

any chance of looking into it?

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 馃憤
This issue now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

Not sure if this is still an issue or not since I removed the conditional slider from the interface (as it was not showing correctly)...
Did anyone look into this? as @akasma74 asked?

I'm putting together my first lovelace dashboard and this is indeed still a problem.

Confirming this is still an issues as of HA 0.116.4

If not closed, it is still issue. No need to +1 with a comment

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Fusseldieb picture Fusseldieb  路  4Comments

aaron9060 picture aaron9060  路  3Comments

GauthamVarmaK picture GauthamVarmaK  路  3Comments

SeanPM5 picture SeanPM5  路  3Comments

Misiu picture Misiu  路  3Comments