Replace dummy-entity-row with template-entity-row

This commit is contained in:
2021-10-08 12:10:38 +03:00
parent 5348beb7bd
commit f0e6c75bde
7 changed files with 12 additions and 20 deletions
+2 -2
View File
@@ -350,7 +350,7 @@ sensor.average_temperature:
state_display: "[[[ return Math.round(entity.state) + ' °C' ]]]"
- type: entities
entities:
- type: custom:dummy-entity-row
- type: custom:template-entity-row
entity: sensor.average_temperature
name: Open temperature dashboard
icon: mdi:thermometer
@@ -436,7 +436,7 @@ sensor.average_humidity:
low_color: "var(--color-red)"
- type: entities
entities:
- type: custom:dummy-entity-row
- type: custom:template-entity-row
entity: sensor.average_temperature
name: Open temperature dashboard
icon: mdi:thermometer