The same applies to other units - F/C, hPa/millibars, etc.
Ideally, I would like to see something like:
Temperature 85F Temperature 29.5C
So both units one per line.
I tried to add unit_of_measurement in the dashboard section:
type: entities
entities:
- entity: sensor.master_bedroom_temp_sensor_temperature
unit_of_measurement: °C
- entity: sensor.master_bedroom_temp_sensor_temperature
unit_of_measurement: °F
title: ZB Outdoor temp sensor - porch, on a tree
state_color: true
show_header_toggle: false
But it didn’t work, only F is displayed in both lines, plus I see the following message displayed
Visual editor is not supported for this configuration:
Key ‘entities.0.unit_of_measurement’ is not expected or not supported by the visual editor.
The provided value for ‘entities.0’ is not supported by the visual editor. We support (string) but received ({“entity”:“sensor.master_bedroom_temp_sensor_temperature”,“unit_of_measurement”:“°C”}).
You can still edit your config in YAML.
Your help and guidance would be greatly appriciated.
Where do you define 'custom:template-entity-row' in your example? In configurations.yaml of somewhere else? When I tried to enter as above, I am getting message