((states.climate.living_room.attributes.temperature >
states.climate.living_room.attributes.current_temperature ) and
(states.climate.living_room.state != 'off') ) or
((states.climate.ground_toilet.attributes.temperature >
states.climate.ground_toilet.attributes.current_temperature ) and
(states.climate.ground_toilet.state != 'off') ) or
((states.climate.corridor.attributes.temperature >
states.climate.corridor.attributes.current_temperature ) and
(states.climate.corridor.state != 'off') )
}}