Updates
This commit is contained in:
@@ -39,7 +39,6 @@ history:
|
||||
map:
|
||||
mobile_app:
|
||||
person:
|
||||
python_script:
|
||||
ssdp:
|
||||
system_health:
|
||||
timer:
|
||||
|
@@ -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
|
@@ -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
|
Reference in New Issue
Block a user