[APP][Pro] Home Assistant - Community App

@Jan_Peeters

Offtopic, but when you’d like to display two values in a mobile tile, you’ll need the Device Capabilities app like @DirkG alr mentioned.
It is not possible with other apps as far as I know, while Athom didn’t make that possible for standard apps.

When one value is of type string (text) (which can hold numbers as well) and one is of type numeric, you can use this:

.

When you’d like to display multiple values of any type in a mobile tile:

.

This is the device settings of the mobile tile ‘tado Status’:

While not very readable: The full entered “BLL expression (Unit)” code is:

'/ ' + $values[1] + ' / ' + $values[2]
2 Likes