inside temp
This commit is contained in:
parent
98d916c4ed
commit
776d3871b5
@ -9,7 +9,8 @@ script:
|
||||
{% set condition = states("sensor.temperature_today_condition") %}
|
||||
{% set currentTemp = states("sensor.temperature_outside") %}
|
||||
{% set recommendation = states("sensor.climate_temp_recommendation") %}
|
||||
{% set insideTemp = states("sensor.temperature_kai_temperature") %}
|
||||
At the moment it is {{ condition }} outside with a temperature of {{ currentTemp }}°C.
|
||||
Todays temperature will be between {{ maxTemp }}°C and {{ minTemp }}°C.
|
||||
It is recommended to {{ recommendation }}.
|
||||
It is {{ insideTemp }} inside and recommended to {{ recommendation }}.
|
||||
mode: single
|
Reference in New Issue
Block a user