Closed Molodax closed 6 years ago
fixed with #932
@novapaX, please re-open it because the issue still persists in 0.65
For what sensor? Please provide a screenshot and the state of that sensor.
I must admit that after update from 65.0 to 65.2, there was a significant improvement, however, the issue still appears time time.
Sensors without a unit of measurement will still be wrapped in two lines as we don't know how to keep them together as we don't know how to interpret the value. This is not fixable.
@balloob it looks quite ugly, isn't? Maybe it would be better to keep the issue open so someone else could find a solution. "Not fixable" sounds a bit flat.
Agree that this should not happen with such short states.
The problem is that I can't reproduce. I created a 'copy' of that Date & Time sensor using a template sensor, but I have to make the screen a lot more narrow to make the state wrap like that. (that's desktop chrome in responsive design mode)
Can you share a copy of your configuration for those 'time to sleep' blocks/components?
Hi @NovapaX Here is my configuration:
configuration.yaml
input_datetime:
alarmtime:
name: Wake-up Time
icon: mdi:timer
has_date: false
has_time: true
initial: '07:00'
sleeptime:
name: Sleep Time
icon: mdi:timer
has_date: false
has_time: true
initial: '22:30'
group.yaml
Alarmclock:
name: Wake Me Up
control: hidden
icon: mdi:briefcase
entities:
- group.alarmclock
- input_datetime.alarmtime
- automation.wakeup_time
Sleepclock:
name: Time To Sleep
control: hidden
icon: mdi:sleep
entities:
- group.sleepclock
- input_datetime.sleeptime
- automation.nightbed_time
Hi,
After the latest mobile Chrome (Android) update to v. 5.0.3071.125 , there is an issue with appearance of values for different items. They are split in two lines. The issue was with HASS v. 47.1 and it is the same in 48.0. It appears normal (values and units of measurement are on the same line) just after loading the page, however, the split (as on the screenshot) becomes apparent after you navigate between tabs. It can be fixed by refreshing the page until you change a tab again.