This commit is contained in:
darthsandmann
2022-08-11 21:07:23 +02:00
parent cc620be332
commit 4390be9d72
11 changed files with 106 additions and 268 deletions

View File

@@ -39,7 +39,6 @@ history:
map:
mobile_app:
person:
python_script:
ssdp:
system_health:
timer:

View File

@@ -4,13 +4,12 @@ script:
- service: notify.notify
data:
message: >
{% set maxTemp = states("sensor.temperature_today_max") %}
{% set minTemp = states("sensor.temperature_today_min") %}
{% set maxTemp = states("sensor.temperature_today") %}
{% 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.
Todays max temperature will be {{ maxTemp }}°C.
It is {{ insideTemp }} inside and recommended to {{ recommendation }}.
mode: single

View File

@@ -3,6 +3,4 @@ notify:
name: browser
vapid_pub_key: !secret google_api_pub
vapid_prv_key: !secret google_api_priv
vapid_email: !secret google_api_email
vapid_email: !secret google_api_email