14 lines
295 B
Plaintext
14 lines
295 B
Plaintext
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
|