I have multiple sensors sending data through the MQTT broker. I want to display a couple of those (temperatures) as a graph like this example: History graph card - Home Assistant
I have created this card based on the example:
type: history-graph
title: Temperatures
hours_to_show: 48
min_y_axis: -5
max_y_axis: 45
grid_options:
columns: full
rows: 7
entities:
- entity: sensor.temperatures
- entity: sensor.patio_temperature
name: Patio Temperature
- entity: sensor.temperature_office_downstairs
name: Office Temperature
but it shows this instead:
When I try to set a “unit_of_measurement”, the editor says it is not supported.
How can I fix this?
Any suggestion appreciated!
6 posts - 2 participants