I have two old iPads (iPad mini 2) that I use as always-on displays for my Home Assistant dashboard. However, they often show unformatted states (no capitalization or spaces, “off” instead of “Closed” for contact sensors, etc.) until I refresh the dashboard several times and switch between different dashboards. I’m trying to figure out if this is normal behavior or not. It doesn’t happen on my desktop (Windows using Chrome browser) and I haven’t seen it on my iPhone using the HA iOS app. But on these two iPads, it happens whether I use the HA iOS app or using Safari. I haven’t tried anything else yet.
Showing “unformatted” states, usually after an HA restart:
The correct display, after refreshing a few times and switching between dashboards:
I’ll add that this has been going on ever since I installed HA, but I am currently running HA OS 7.4, core 2022.2.9, frontend 20220203.1
I’m running iOS 12.5.5 on both iPad Minis. I couldn’t find any information about issues with a version this “new”. I did see a lot of issues with 9.3.5, but I’m well past that. I found a crashing issue that was fixed in December for the iOS app which affected 12.5.5 but that’s not the issue I’m having either.
This image is showing grid cards. I have 3 different dashboards I’m playing around with, and the issue occurs on any of them. I have Dwain’s Dashboard as one of them, and the issue is present there too. It seems unlikely that I have a config screwed up enough to be affecting all my dashboards, but I’m open to looking at anything.
I’d be interested to know if this is an issue that has been seen before (and perhaps has multiple possible causes) or if this is something unheard of. I couldn’t find any other posts but there’s not an obvious search term I could think of either.
This is the config from the first view on the main dashboard, which is the one the images were taken from:
The toggle tap action isn’t a valid option for a binary sensor. It can only be applied to output type entities, like switches or lights. Try changing that to ‘more-info’ and see if it helps.
Looks like I got carried away with copy-paste in the yaml code on my dashboard. I’ve fixed that now per your suggestion, but unfortunately it made no change to the formatting behavior problem I’m experiencing.
I’m having a real struggle trying to determine whether this issue is something common or whether this is a unique issue that I’m the first to uncover. If this is common, just a link or two to get me in the right direction would be very much appreciated.