Added New Coffee maker detection logic
This commit is contained in:
+9
-8
@@ -127,7 +127,7 @@ weather_and_comfort_report:
|
||||
- Weather condition: {{ states(''weather.forecast_home'') }}
|
||||
|
||||
- Living Room: {{ states(''sensor.living_room_living_room_temperature'') }}°C
|
||||
(Humidity: {{ states(''sensor.living_room_living_room_humidity'') }}%)
|
||||
and Humidity: {{ states(''sensor.living_room_living_room_humidity'') }}%
|
||||
|
||||
- Bedroom: {{ states(''sensor.bedroom_nest_temperature_sensor_bedroom_temperature'')
|
||||
}}°C
|
||||
@@ -142,8 +142,9 @@ weather_and_comfort_report:
|
||||
}}°C
|
||||
|
||||
|
||||
Generate a funny weather description and assess indoor comfort level across
|
||||
the different zones of the house. Both should be funny.
|
||||
Generate a funny weather description and provide a funny assessment of the indoor
|
||||
comfort level across the different zones of the house. Make sure it is funny.
|
||||
Also, Seraphine is my daughter and Leo is my son. The Basement is my office.
|
||||
|
||||
'
|
||||
structure:
|
||||
@@ -159,8 +160,8 @@ weather_and_comfort_report:
|
||||
selector:
|
||||
text: {}
|
||||
zone_breakdown:
|
||||
description: A quick summary detailing if any specific rooms (like the bedroom
|
||||
or basement) are too hot, cold, or perfect
|
||||
description: A detailed summary detailing if any specific rooms (like the
|
||||
bedroom or basement) are too hot, cold, or perfect
|
||||
required: true
|
||||
selector:
|
||||
text: {}
|
||||
@@ -175,7 +176,7 @@ weather_and_comfort_report:
|
||||
- action: notify.notify
|
||||
data:
|
||||
title: "\U0001F3E0 Home climate report"
|
||||
message: "\U0001F324️ **Weather outside:** {{ comfort_report.data.weather_description
|
||||
}} \U0001F6CB️ **Indoor comfort:** {{ comfort_report.data.indoor_comfort
|
||||
}} \U0001F4CA **Zone Breakdown:** {{ comfort_report.data.zone_breakdown
|
||||
message: "\U0001F324️ **Weather outside:**\n{{ comfort_report.data.weather_description
|
||||
}}\n\n\U0001F6CB️ **Indoor comfort:**\n{{ comfort_report.data.indoor_comfort
|
||||
}}\n\n\U0001F4CA **Zone Breakdown:**\n{{ comfort_report.data.zone_breakdown
|
||||
}}"
|
||||
|
||||
Reference in New Issue
Block a user