Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Tweak devices…
Browse files Browse the repository at this point in the history
… status card
  • Loading branch information
Chris-V committed Jul 14, 2024
1 parent a3128ab commit c92693e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dashboards/views/network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,22 +70,22 @@
entities:
- type: "custom:template-entity-row"
entity: "binary_sensor.ground_floor_heat_pump_status"
secondary: "{{ states('sensor.ground_floor_heat_pump_uptime') | as_datetime | time_since(1) }}"
secondary: "{{ states('sensor.ground_floor_heat_pump_uptime') | as_datetime | time_since(2) }}"
active: "{{ is_state(config.entity, 'on') }}"
state: "{{ state_translated(config.entity) }}"
- type: "custom:template-entity-row"
entity: "binary_sensor.kitchen_proxy_status"
secondary: "{{ states('sensor.kitchen_proxy_uptime') | as_datetime | time_since(1) }}"
secondary: "{{ states('sensor.kitchen_proxy_uptime') | as_datetime | time_since(2) }}"
active: "{{ is_state(config.entity, 'on') }}"
state: "{{ state_translated(config.entity) }}"
- type: "custom:template-entity-row"
entity: "binary_sensor.lounge_proxy_status"
secondary: "{{ states('sensor.lounge_proxy_uptime') | as_datetime | time_since(1) }}"
secondary: "{{ states('sensor.lounge_proxy_uptime') | as_datetime | time_since(2) }}"
active: "{{ is_state(config.entity, 'on') }}"
state: "{{ state_translated(config.entity) }}"
- type: "custom:template-entity-row"
entity: "binary_sensor.office_proxy_status"
secondary: "{{ states('sensor.office_proxy_uptime') | as_datetime | time_since(1) }}"
secondary: "{{ states('sensor.office_proxy_uptime') | as_datetime | time_since(2) }}"
active: "{{ is_state(config.entity, 'on') }}"
state: "{{ state_translated(config.entity) }}"

Expand Down

0 comments on commit c92693e

Please sign in to comment.