mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-07 10:18:44 +00:00
Replace dummy-entity-row with template-entity-row
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user