Compare commits

...

11 Commits

2 changed files with 564 additions and 153 deletions

View File

@@ -245,9 +245,10 @@ views:
- entity: binary_sensor.internet - entity: binary_sensor.internet
name: Internet (Min/Avg/Max) name: Internet (Min/Avg/Max)
secondary_info: >- secondary_info: >-
{{ states('sensor.min_ping') | round }}ms/{{ {{ states('sensor.internet_round_trip_time_minimum') | round
states('sensor.avg_ping') | round }}ms/{{ }}ms/{{ states('sensor.internet_round_trip_time_average') |
states('sensor.max_ping') | round }}ms round }}ms/{{
states('sensor.internet_round_trip_time_maximum') | round }}ms
tap_action: tap_action:
action: navigate action: navigate
navigation_path: /lovelace/house-stats navigation_path: /lovelace/house-stats
@@ -931,8 +932,6 @@ views:
base_config: base_config:
state_styles: state_styles:
idle: idle:
button:
background-color: var(--table-row-alternative-background-color)
name: name:
color: white color: white
icon: icon:
@@ -6088,9 +6087,12 @@ views:
- type: entities - type: entities
entities: entities:
- entity: binary_sensor.internet - entity: binary_sensor.internet
- entity: sensor.min_ping - entity: sensor.internet_round_trip_time_minimum
- entity: sensor.avg_ping name: Min Ping
- entity: sensor.max_ping - entity: sensor.internet_round_trip_time_average
name: Avg Ping
- entity: sensor.internet_round_trip_time_maximum
name: Max Ping
show_header_toggle: false show_header_toggle: false
state_color: true state_color: true
- type: entities - type: entities

File diff suppressed because it is too large Load Diff