Hello frome a beginner. I would like to make an automation that is activated when the cloud cover is below a certain threshold, using openwheathermap.
But do not start…
My code
- id: ''
alias: pool
description: ''
trigger:
- platform: template
value_template: '{{ states.sensor.openweathermap_cloud_coverage.state <= 25 }}'
condition:
- condition: time
after: '11:30:00'