mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-15 12:34:42 +00:00
Replace dummy-entity-row with template-entity-row
This commit is contained in:
@@ -9,15 +9,13 @@ network_card:
|
||||
title: "[[title]]"
|
||||
icon: "[[icon]]"
|
||||
entities:
|
||||
- type: custom:dummy-entity-row
|
||||
entity: sensor.fast_com_download
|
||||
- type: custom:template-entity-row
|
||||
name: Open network tab
|
||||
icon: mdi:server-network
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: /lovelace-main/network
|
||||
- type: custom:dummy-entity-row
|
||||
entity: sensor.fast_com_download
|
||||
- type: custom:template-entity-row
|
||||
name: Open admin UI
|
||||
icon: mdi:firefox
|
||||
tap_action:
|
||||
|
||||
@@ -37,8 +37,7 @@ philips_airpurifier_card:
|
||||
entities:
|
||||
- type: custom:fold-entity-row
|
||||
head:
|
||||
type: custom:dummy-entity-row
|
||||
entity: sensor.purifier_air_quality
|
||||
type: custom:template-entity-row
|
||||
name: Sensors
|
||||
icon: mdi:air-purifier
|
||||
open: true
|
||||
@@ -50,8 +49,7 @@ philips_airpurifier_card:
|
||||
- binary_sensor.purifier_out_of_water
|
||||
- type: custom:fold-entity-row
|
||||
head:
|
||||
type: custom:dummy-entity-row
|
||||
entity: sensor.purifier_speed
|
||||
type: custom:template-entity-row
|
||||
name: Attributes
|
||||
open: true
|
||||
entities:
|
||||
@@ -66,8 +64,7 @@ philips_airpurifier_card:
|
||||
- binary_sensor.purifier_display_light
|
||||
- type: custom:fold-entity-row
|
||||
head:
|
||||
type: custom:dummy-entity-row
|
||||
entity: sensor.purifier_pre_filter
|
||||
type: custom:template-entity-row
|
||||
name: Filters
|
||||
entities:
|
||||
- sensor.purifier_pre_filter
|
||||
|
||||
@@ -13,8 +13,7 @@ pi_hole_card:
|
||||
name: Status
|
||||
- entity: switch.pihole_temp_disable
|
||||
name: Pause for 5 mins
|
||||
- type: custom:dummy-entity-row
|
||||
entity: sun.sun
|
||||
- type: custom:template-entity-row
|
||||
name: Open admin UI
|
||||
icon: mdi:firefox
|
||||
tap_action:
|
||||
|
||||
@@ -11,8 +11,7 @@ platinum_card:
|
||||
title: "[[title]]"
|
||||
icon: "[[icon]]"
|
||||
entities:
|
||||
- type: custom:dummy-entity-row
|
||||
entity: sensor.synology_cpu_load_total
|
||||
- type: custom:template-entity-row
|
||||
name: Open admin UI
|
||||
icon: mdi:firefox
|
||||
tap_action:
|
||||
|
||||
Reference in New Issue
Block a user