Since the app update I have 2 (that I have noticed) DTH that when displayed in the app, do not show information in the tiles.
If I change the line of code from:-
state “battery”, label:‘Batt\n${currentValue}%’, unit:"",
state “humidity”, label:’_Humidity\n${currentValue}%’, unit:"",
To:-
state “battery”, label:‘Batt\r${currentValue}%’, unit:"",
state “humidity”, label:’_Humidity\r${currentValue}%’, unit:"",
It now displays the information.
Will put screenshots in here from my Android to show what I mean.