mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-20 14:37:01 +01:00
Update prepare_ha.md
This commit is contained in:
@@ -118,7 +118,7 @@ template:
|
|||||||
attributes:
|
attributes:
|
||||||
temperature: "{{ state_attr('weather.home', 'temperature') }}" # change to your weather entity
|
temperature: "{{ state_attr('weather.home', 'temperature') }}" # change to your weather entity
|
||||||
temperature_unit: "{{ state_attr('weather.home', 'temperature_unit') }}" # 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
|
||||||
```
|
```
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user