Skip to content

Commit

Permalink
fixup! fixup! fixup! Tweak devices status card
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-V committed Jul 14, 2024
1 parent f1584b7 commit ddf8807
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 @@ -72,22 +72,22 @@
entity: "binary_sensor.ground_floor_heat_pump_status"
secondary: "{{ time_since('sensor.ground_floor_heat_pump_uptime', 1) }}"
active: "{{ is_state('binary_sensor.ground_floor_heat_pump_status', 'on') }}"
state: "{{ state_translated('binary_sensor.ground_floor_heat_pump_status ') }}"
state: "{{ state_translated('binary_sensor.ground_floor_heat_pump_status') }}"
- type: "custom:template-entity-row"
entity: "binary_sensor.kitchen_proxy_status"
secondary: "{{ time_since('sensor.kitchen_proxy_uptime', 1) }}"
active: "{{ is_state('binary_sensor.kitchen_proxy_status', 'on') }}"
state: "{{ state_translated('binary_sensor.kitchen_proxy_status ') }}"
state: "{{ state_translated('binary_sensor.kitchen_proxy_status') }}"
- type: "custom:template-entity-row"
entity: "binary_sensor.lounge_proxy_status"
secondary: "{{ time_since('sensor.lounge_proxy_uptime', 1) }}"
active: "{{ is_state('binary_sensor.lounge_proxy_status', 'on') }}"
state: "{{ state_translated('binary_sensor.lounge_proxy_status ') }}"
state: "{{ state_translated('binary_sensor.lounge_proxy_status') }}"
- type: "custom:template-entity-row"
entity: "binary_sensor.office_proxy_status"
secondary: "{{ time_since('sensor.office_proxy_uptime', 1) }}"
active: "{{ is_state('binary_sensor.office_proxy_status', 'on') }}"
state: "{{ state_translated('binary_sensor.office_proxy_status ') }}"
state: "{{ state_translated('binary_sensor.office_proxy_status') }}"

- type: entities
show_header_toggle: false
Expand Down

0 comments on commit ddf8807

Please sign in to comment.