diff --git a/services/home-assistant/config/ken/automations/1784804667795.yaml b/services/home-assistant/config/ken/automations/1784804667795.yaml index 9580d70..e5751ea 100644 --- a/services/home-assistant/config/ken/automations/1784804667795.yaml +++ b/services/home-assistant/config/ken/automations/1784804667795.yaml @@ -11,6 +11,8 @@ actions: state: above_horizon - condition: template value_template: '{{ states(''sensor.thtuyabalkon_temperature'') | float(0) > states(''sensor.thsalon_temperature'') | float(0) }}' + - condition: template + value_template: '{{ states(''sensor.thsalon_temperature'') | float(0) > (states(''input_number.klima_salon_temp_docelowa'') | float(0) + states(''input_number.klima_salon_tolerancja'') | float(0)) }}' - condition: state entity_id: climate.gree_ir_blaster_klimatyzacja state: 'off'