minor fix
This commit is contained in:
parent
fc5cf53982
commit
5a4d3be4d6
@ -11,5 +11,5 @@ script:
|
|||||||
{% set insideTemp = states("sensor.temperature_kai_temperature") %}
|
{% set insideTemp = states("sensor.temperature_kai_temperature") %}
|
||||||
At the moment it is {{ condition }} outside with a temperature of {{ currentTemp }}°C.
|
At the moment it is {{ condition }} outside with a temperature of {{ currentTemp }}°C.
|
||||||
Todays max temperature will be {{ maxTemp }}°C.
|
Todays max temperature will be {{ maxTemp }}°C.
|
||||||
It is {{ insideTemp }} inside and recommended to {{ recommendation }}.
|
It is {{ insideTemp }}°C inside and recommended to {{ recommendation }}.
|
||||||
mode: single
|
mode: single
|
Reference in New Issue
Block a user