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

The value and unit should be shown
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
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
# listed in Steps to reproduce ... since this is a step to produce the issue
N/A
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
Most helpful comment
I'm putting together my first lovelace dashboard and this is indeed still a problem.