diff --git a/dashboards/views/05b_vanding.yaml b/dashboards/views/05b_vanding.yaml index 41f5fd8..2e2a115 100644 --- a/dashboards/views/05b_vanding.yaml +++ b/dashboards/views/05b_vanding.yaml @@ -133,7 +133,7 @@ sections: title: text: mm series: - - entity: weather.norgardsvej + - entity: sensor.vejr_daglig_prognose name: Nedbør color: "#4fc3f7" data_generator: | diff --git a/include/templates/weather_forecast.yaml b/include/templates/weather_forecast.yaml new file mode 100644 index 0000000..40ff8ce --- /dev/null +++ b/include/templates/weather_forecast.yaml @@ -0,0 +1,18 @@ +- trigger: + - platform: homeassistant + event: start + - platform: time_pattern + hours: "/1" + action: + - action: weather.get_forecasts + target: + entity_id: weather.norgardsvej + data: + type: daily + response_variable: daily + sensor: + - name: "Vejr daglig prognose" + unique_id: vejr_daglig_prognose + state: "{{ daily['weather.norgardsvej'].forecast | length }}" + attributes: + forecast: "{{ daily['weather.norgardsvej'].forecast }}" diff --git a/www/snapshots/indkorsel/2026-05-16_10-40-50.jpg b/www/snapshots/indkorsel/2026-05-16_10-40-50.jpg new file mode 100644 index 0000000..7bd8d98 Binary files /dev/null and b/www/snapshots/indkorsel/2026-05-16_10-40-50.jpg differ diff --git a/www/snapshots/indkorsel/2026-05-16_10-42-27.jpg b/www/snapshots/indkorsel/2026-05-16_10-42-27.jpg new file mode 100644 index 0000000..aaa919b Binary files /dev/null and b/www/snapshots/indkorsel/2026-05-16_10-42-27.jpg differ diff --git a/www/snapshots/indkorsel/2026-05-16_10-55-48.jpg b/www/snapshots/indkorsel/2026-05-16_10-55-48.jpg new file mode 100644 index 0000000..8a770d0 Binary files /dev/null and b/www/snapshots/indkorsel/2026-05-16_10-55-48.jpg differ diff --git a/www/snapshots/indkorsel/2026-05-16_11-00-22.jpg b/www/snapshots/indkorsel/2026-05-16_11-00-22.jpg new file mode 100644 index 0000000..b226f07 Binary files /dev/null and b/www/snapshots/indkorsel/2026-05-16_11-00-22.jpg differ diff --git a/www/snapshots/indkorsel/2026-05-16_11-23-44.jpg b/www/snapshots/indkorsel/2026-05-16_11-23-44.jpg new file mode 100644 index 0000000..2dc8511 Binary files /dev/null and b/www/snapshots/indkorsel/2026-05-16_11-23-44.jpg differ diff --git a/www/snapshots/indkorsel/2026-05-16_11-24-34.jpg b/www/snapshots/indkorsel/2026-05-16_11-24-34.jpg new file mode 100644 index 0000000..2d82aa8 Binary files /dev/null and b/www/snapshots/indkorsel/2026-05-16_11-24-34.jpg differ diff --git a/www/snapshots/indkorsel/2026-05-16_11-35-13.jpg b/www/snapshots/indkorsel/2026-05-16_11-35-13.jpg new file mode 100644 index 0000000..b2ca96a Binary files /dev/null and b/www/snapshots/indkorsel/2026-05-16_11-35-13.jpg differ diff --git a/www/snapshots/indkorsel/2026-05-16_11-39-24.jpg b/www/snapshots/indkorsel/2026-05-16_11-39-24.jpg new file mode 100644 index 0000000..dd720b0 Binary files /dev/null and b/www/snapshots/indkorsel/2026-05-16_11-39-24.jpg differ diff --git a/www/snapshots/indkorsel/2026-05-16_11-43-57.jpg b/www/snapshots/indkorsel/2026-05-16_11-43-57.jpg new file mode 100644 index 0000000..7e2a8dd Binary files /dev/null and b/www/snapshots/indkorsel/2026-05-16_11-43-57.jpg differ diff --git a/www/snapshots/indkorsel/latest.jpg b/www/snapshots/indkorsel/latest.jpg index 272bc69..bd890e6 100644 Binary files a/www/snapshots/indkorsel/latest.jpg and b/www/snapshots/indkorsel/latest.jpg differ