Compare commits

..

5 Commits

4 changed files with 29 additions and 17 deletions

View File

@@ -1 +1 @@
2025.7.2
2025.7.3

View File

@@ -117,6 +117,7 @@ recorder:
- sensor.mosquitto*
- sensor.*_rssi
- sensor.weatherflow_hub*
- sensor.internet_round_trip*
entities:
- sensor.avg_ping
- sensor.max_ping

View File

@@ -808,6 +808,11 @@ template:
states('sensor.home_tempest_cloud_sensors_precipitation_description') in ['rain','heavy_rain'] or
is_state('binary_sensor.home_tempest_cloud_binary_sensors_is_raining','on') }}
icon: "{{ 'mdi:weather-rainy' if this.state == 'on' else 'mdi:weather-cloudy' }}"
- name: Tornado Possible
unique_id: 541fed1d-2086-47ee-be1b-3f1ea4199e1f
state: "{{ state_attr('binary_sensor.severe_thunderstorm_warning','tornado_possible') }}"
device_class: safety
icon: "{{ 'mdi:weather-tornado' if this.state == 'on' else 'mdi:close' }}"
- sensor:
# - name: Total Rain Sensors
# unique_id: b7c2e709-8f5c-4263-aa1d-fa8280afcddb
@@ -1582,6 +1587,28 @@ template:
{{ ns.temps | min | int }}
icon: mdi:thermometer
- name: SPC Wind Risk Day 1
unique_id: e415f5bd-7c44-4067-9c5d-4905ce13be26
state: "{{ state_attr('sensor.spc_outlook_day_1','wind_probability') }}"
attributes:
wind_fill: "{{ state_attr('sensor.spc_outlook_day_1','wind_fill') }}"
wind_stroke: "{{ state_attr('sensor.spc_outlook_day_1','wind_stroke') }}"
icon: mdi:weather-windy
- name: SPC Tornado Risk Day 1
unique_id: bac1b6d9-d4bf-4434-9260-8765dcc81074
state: "{{ state_attr('sensor.spc_outlook_day_1','torn_probability') }}"
attributes:
torn_fill: "{{ state_attr('sensor.spc_outlook_day_1','torn_fill') }}"
torn_stroke: "{{ state_attr('sensor.spc_outlook_day_1','torn_stroke') }}"
icon: mdi:weather-tornado
- name: SPC Hail Risk Day 1
unique_id: a6969cf3-dc48-4e45-85f5-1565137ddf09
state: "{{ state_attr('sensor.spc_outlook_day_1','hail_probability') }}"
attributes:
hail_fill: "{{ state_attr('sensor.spc_outlook_day_1','hail_fill') }}"
hail_stroke: "{{ state_attr('sensor.spc_outlook_day_1','hail_stroke') }}"
icon: mdi:weather-hail
input_boolean:
freeze_warning:
name: Freeze Warning

View File

@@ -102,22 +102,6 @@ template:
- name: Asus Laptop Idle
unique_id: 7d8eb80a-0a2e-48a9-84b3-33175304dd95
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
# host: 192.168.1.26