From 7c23457f8a61363dcd501dba7049b0fd1f40a908 Mon Sep 17 00:00:00 2001 From: theipw <102994625+theipw@users.noreply.github.com> Date: Thu, 28 Mar 2024 08:13:25 +0000 Subject: [PATCH] Delete automation day wind max --- automation day wind max | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 automation day wind max diff --git a/automation day wind max b/automation day wind max deleted file mode 100644 index c640752..0000000 --- a/automation day wind max +++ /dev/null @@ -1,37 +0,0 @@ -alias: Weather - Day Wind Max -description: "" -trigger: - - platform: state - entity_id: - - sensor.WIND_GUST_SENSOR - id: wind_speed - - platform: time - at: "00:00:00" - id: midnight_reset -condition: [] -action: - - choose: - - conditions: - - condition: trigger - id: - - wind_speed - - condition: numeric_state - entity_id: sensor.WIND_GUST_SENSOR - above: input_number.day_wind_max - sequence: - - service: input_number.set_value - data: - value: "{{states('sensor.WIND_GUST_SENSOR')}}" - target: - entity_id: input_number.day_wind_max - - conditions: - - condition: trigger - id: - - midnight_reset - sequence: - - service: input_number.set_value - data: - value: 0 - target: - entity_id: input_number.day_wind_max -mode: single