From 13d7e47526f02763d6bebd0462ef85b8286eb224 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Tue, 6 Jun 2023 13:25:12 +0200 Subject: [PATCH] Update office sensor entity id --- configuration/automations/ac.yaml | 2 +- configuration/automations/work.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/automations/ac.yaml b/configuration/automations/ac.yaml index 78a5e59..f0b3167 100644 --- a/configuration/automations/ac.yaml +++ b/configuration/automations/ac.yaml @@ -4,7 +4,7 @@ mode: single trigger: - platform: numeric_state - entity_id: sensor.ble_temperature_computer_cave_sensor + entity_id: sensor.sensor.office_sensor_temperature above: '26' for: minutes: 1 diff --git a/configuration/automations/work.yaml b/configuration/automations/work.yaml index 5e4436f..8978003 100644 --- a/configuration/automations/work.yaml +++ b/configuration/automations/work.yaml @@ -126,7 +126,7 @@ - condition: or conditions: - condition: numeric_state - entity_id: sensor.ble_temperature_computer_cave_sensor + entity_id: sensor.sensor.office_sensor_temperature above: "23" action: - service: script.ac_on