Hi,
I will start a Fan if the temperature sensor 1 (oberlicht) is 2 degrees above temperature sensor 2 (wohnzimmer). Is this correct?:
alias: Ventilator OL ein
description: ""
trigger:
- platform: numeric_state
entity_id: sensor.temperatursensor_oberlicht_temperature
above: sensor.temperatursensor_wohnzimmer_temperature
value_template: "2"
condition: []
action:
- service: fan.turn_on
data: {}
target:
entity_id: fan.ventilator_ol2
mode: single