From 0dfa58b39e559ab64870245a1db5402c81ee8400 Mon Sep 17 00:00:00 2001 From: Ashmit <166328268+BinaryBhakti@users.noreply.github.com> Date: Fri, 4 Oct 2024 01:12:34 +0530 Subject: [PATCH] Fix dashboard heading YAML example (#35052) --- source/_dashboards/heading.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_dashboards/heading.markdown b/source/_dashboards/heading.markdown index 91c04deecdc..7ddeb9284e8 100644 --- a/source/_dashboards/heading.markdown +++ b/source/_dashboards/heading.markdown @@ -26,7 +26,7 @@ badges: entity_id: sensor.living_room_sensor_temperature color: red - type: entity - entity_id: sensor.living_room_sensor_humidity + entity: sensor.living_room_sensor_humidity color: deep-purple ```