diff --git a/packages/homeassistant/notification_summary.yaml b/packages/homeassistant/notification_summary.yaml index 2ffdbd7..9088604 100644 --- a/packages/homeassistant/notification_summary.yaml +++ b/packages/homeassistant/notification_summary.yaml @@ -11,5 +11,5 @@ script: {% set insideTemp = states("sensor.temperature_kai_temperature") %} At the moment it is {{ condition }} outside with a temperature of {{ currentTemp }}°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 \ No newline at end of file