Here you are…
alias: "Heating: Turn Heating OFF"
description: ""
trigger:
- platform: template
value_template: >
{% set x = 'climate.m_and_d_small_radiator' %} {{state_attr(x,
'temperature')|float(0) - state_attr(x, 'current_temperature')|float(0) <=
0 }}
- platform: template
value_template: >
{% set x = 'climate.m_and_d_big_radiator' %} {{state_attr(x,
'temperature')|float(0) - state_attr(x, 'current_temperature')|float(0) <=
0 }}
- platform: template
value_template: >
{% set x = 'climate.xxxx_radiator' %} {{state_attr(x,
'temperature')|float(0) - state_attr(x, 'current_temperature')|float(0) <=
0 }}
- platform: template
value_template: >
{% set x = 'climate.xxxx_radiator' %} {{state_attr(x,
'temperature')|float(0) - state_attr(x, 'current_temperature')|float(0) <=
0 }}
- platform: template
value_template: >
{% set x = 'climate.xxxx_radiator' %} {{state_attr(x,
'temperature')|float(0) - state_attr(x, 'current_temperature')|float(0) <=
0 }}
- platform: template
value_template: >
{% set x = 'climate.xxxx_radiator' %} {{state_attr(x,
'temperature')|float(0) - state_attr(x, 'current_temperature')|float(0) <=
0 }}
- platform: template
value_template: >
{% set x = 'climate.landing_radiator' %} {{state_attr(x,
'temperature')|float(0) - state_attr(x, 'current_temperature')|float(0) <=
0 }}
- platform: template
value_template: >
{% set x = 'climate.xxxx_landing_radiator' %} {{state_attr(x,
'temperature')|float(0) - state_attr(x, 'current_temperature')|float(0) <=
0 }}
- platform: template
value_template: >
{% set x = 'climate.lounge_radiator_1' %} {{state_attr(x,
'temperature')|float(0) - state_attr(x, 'current_temperature')|float(0) <=
0 }}
- platform: template
value_template: >
{% set x = 'climate.lounge_radiator_2' %} {{state_attr(x,
'temperature')|float(0) - state_attr(x, 'current_temperature')|float(0) <=
0 }}
- platform: template
value_template: >
{% set x = 'climate.lounge_radiator_3' %} {{state_attr(x,
'temperature')|float(0) - state_attr(x, 'current_temperature')|float(0) <=
0 }}
- platform: template
value_template: >
{% set x = 'climate.dining_room_radiator' %} {{state_attr(x,
'temperature')|float(0) - state_attr(x, 'current_temperature')|float(0) <=
0 }}
- platform: template
value_template: >
{% set x = 'climate.hallway_radiator' %} {{state_attr(x,
'temperature')|float(0) - state_attr(x, 'current_temperature')|float(0) <=
0 }}
- platform: template
value_template: >
{% set x = 'climate.toilet_radiator' %} {{state_attr(x,
'temperature')|float(0) - state_attr(x, 'current_temperature')|float(0) <=
0 }}
condition:
- condition: and
conditions:
- condition: template
value_template: >
{% set x = 'climate.m_and_d_small_radiator' %} {{state_attr(x,
'temperature')|float(0) - state_attr(x,
'current_temperature')|float(0) <= 0 }}
- condition: template
value_template: >
{% set x = 'climate.m_and_d_big_radiator' %} {{state_attr(x,
'temperature')|float(0) - state_attr(x,
'current_temperature')|float(0) <= 0 }}
- condition: template
value_template: >
{% set x = 'climate.xxxx_radiator' %} {{state_attr(x,
'temperature')|float(0) - state_attr(x,
'current_temperature')|float(0) <= 0 }}
- condition: template
value_template: >
{% set x = 'climate.xxxx_radiator' %} {{state_attr(x,
'temperature')|float(0) - state_attr(x,
'current_temperature')|float(0) <= 0 }}
- condition: template
value_template: >
{% set x = 'climate.xxxx_radiator' %} {{state_attr(x,
'temperature')|float(0) - state_attr(x,
'current_temperature')|float(0) <= 0 }}
- condition: template
value_template: >
{% set x = 'climate.xxxx_radiator' %} {{state_attr(x,
'temperature')|float(0) - state_attr(x,
'current_temperature')|float(0) <= 0 }}
- condition: template
value_template: >
{% set x = 'climate.landing_radiator' %} {{state_attr(x,
'temperature')|float(0) - state_attr(x,
'current_temperature')|float(0) <= 0 }}
- condition: template
value_template: >
{% set x = 'climate.xxxx_landing_radiator' %} {{state_attr(x,
'temperature')|float(0) - state_attr(x,
'current_temperature')|float(0) <= 0 }}
- condition: template
value_template: >
{% set x = 'climate.lounge_radiator_1' %} {{state_attr(x,
'temperature')|float(0) - state_attr(x,
'current_temperature')|float(0) <= 0 }}
- condition: template
value_template: >
{% set x = 'climate.lounge_radiator_2' %} {{state_attr(x,
'temperature')|float(0) - state_attr(x,
'current_temperature')|float(0) <= 0 }}
- condition: template
value_template: >
{% set x = 'climate.lounge_radiator_3' %} {{state_attr(x,
'temperature')|float(0) - state_attr(x,
'current_temperature')|float(0) <= 0 }}
- condition: template
value_template: >
{% set x = 'climate.dining_room_radiator' %} {{state_attr(x,
'temperature')|float(0) - state_attr(x,
'current_temperature')|float(0) <= 0 }}
- condition: template
value_template: >
{% set x = 'climate.hallway_radiator' %} {{state_attr(x,
'temperature')|float(0) - state_attr(x,
'current_temperature')|float(0) <= 0 }}
- condition: template
value_template: >
{% set x = 'climate.toilet_radiator' %} {{state_attr(x,
'temperature')|float(0) - state_attr(x,
'current_temperature')|float(0) <= 0 }}
action:
- service: climate.set_temperature
data:
temperature: 9
target:
entity_id: climate.nest_thermostat
mode: single