Update set_rain_yesterday.yaml
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
alias: Weather - Set Rain Yesterday
|
||||
description: ""
|
||||
trigger:
|
||||
- platform: time
|
||||
at: "23:59:00"
|
||||
condition: []
|
||||
action:
|
||||
- service: input_number.set_value
|
||||
data:
|
||||
value: "{{ states('sensor.<DAILY RAIN SENSOR>') }}"
|
||||
target:
|
||||
entity_id: input_number.rain_yesterday
|
||||
mode: single
|
||||
Reference in New Issue
Block a user