From e8538892477c3773899891d5491680c46b761a29 Mon Sep 17 00:00:00 2001 From: Johannes <29555657+joBr99@users.noreply.github.com> Date: Thu, 4 Apr 2024 16:26:24 +0200 Subject: [PATCH] Update prepare_ha.md --- docs/prepare_ha.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/prepare_ha.md b/docs/prepare_ha.md index 97ccec4b..4e0d9578 100644 --- a/docs/prepare_ha.md +++ b/docs/prepare_ha.md @@ -118,7 +118,7 @@ template: attributes: temperature: "{{ state_attr('weather.home', 'temperature') }}" # change to your weather entity temperature_unit: "{{ state_attr('weather.home', 'temperature_unit') }}" # change to your weather entity - forecast: "{{ daily['weather.k3ll3r'].forecast }}" # change to your weather entity + forecast: "{{ daily['weather.home'].forecast }}" # change to your weather entity ``` ![image](https://github.com/joBr99/nspanel-lovelace-ui/assets/29555657/41f21db3-a6e2-4e4f-8dab-b9351ecd23e5)