Remove obsolete template sensors for min/avg/max pings
This commit is contained in:
@@ -102,22 +102,6 @@ template:
|
|||||||
- name: Asus Laptop Idle
|
- name: Asus Laptop Idle
|
||||||
unique_id: 7d8eb80a-0a2e-48a9-84b3-33175304dd95
|
unique_id: 7d8eb80a-0a2e-48a9-84b3-33175304dd95
|
||||||
state: "{{ states('sensor.asus_laptop_system_idle_time') | int > 1800 }}"
|
state: "{{ states('sensor.asus_laptop_system_idle_time') | int > 1800 }}"
|
||||||
- sensor:
|
|
||||||
- name: "Min Ping"
|
|
||||||
unique_id: ddcb9f6f-7c94-41fe-9453-2a2205b078e0
|
|
||||||
state: "{{ state_attr('binary_sensor.internet','round_trip_time_min') }}"
|
|
||||||
availability: "{{ is_state('binary_sensor.internet','on') }}"
|
|
||||||
unit_of_measurement: "ms"
|
|
||||||
- name: "Avg Ping"
|
|
||||||
unique_id: 79a13c64-7508-48de-8b44-2a23c59917c8
|
|
||||||
state: "{{ state_attr('binary_sensor.internet','round_trip_time_avg') }}"
|
|
||||||
availability: "{{ is_state('binary_sensor.internet','on') }}"
|
|
||||||
unit_of_measurement: "ms"
|
|
||||||
- name: "Max Ping"
|
|
||||||
unique_id: c9c71ab6-c7fa-4425-a4ed-768d60e93781
|
|
||||||
state: "{{ state_attr('binary_sensor.internet','round_trip_time_max') }}"
|
|
||||||
availability: "{{ is_state('binary_sensor.internet','on') }}"
|
|
||||||
unit_of_measurement: "ms"
|
|
||||||
|
|
||||||
# - platform: influxdb
|
# - platform: influxdb
|
||||||
# host: 192.168.1.26
|
# host: 192.168.1.26
|
||||||
|
|||||||
Reference in New Issue
Block a user