From 539bf9518b41e41ce7de4fe4490d665ef2333858 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Sat, 8 Apr 2023 22:28:51 +0200 Subject: [PATCH] Fix 3d print entities --- configuration/automations/3d-printer.yaml | 6 +++--- configuration/automations/office-brightness.yaml | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/configuration/automations/3d-printer.yaml b/configuration/automations/3d-printer.yaml index f06ec26..fe647d7 100644 --- a/configuration/automations/3d-printer.yaml +++ b/configuration/automations/3d-printer.yaml @@ -126,7 +126,7 @@ - binary_sensor.octoprint_printing condition: - condition: numeric_state - entity_id: sensor.octoprint_target_bed_temp + entity_id: sensor.octoprint_bed_target below: '100' action: - service: switch.turn_on @@ -142,7 +142,7 @@ - binary_sensor.octoprint_printing condition: - condition: numeric_state - entity_id: sensor.octoprint_target_bed_temp + entity_id: sensor.octoprint_bed_target above: '99' action: - service: switch.turn_off @@ -158,7 +158,7 @@ to: "0" condition: - condition: numeric_state - entity_id: sensor.octoprint_target_bed_temp + entity_id: sensor.octoprint_bed_target above: 0 action: - service: notify.mobile_app_iphone diff --git a/configuration/automations/office-brightness.yaml b/configuration/automations/office-brightness.yaml index 0da615e..c074cc3 100644 --- a/configuration/automations/office-brightness.yaml +++ b/configuration/automations/office-brightness.yaml @@ -74,7 +74,7 @@ - platform: numeric_state entity_id: sensor.office_illuminance above: '30' - below: '800' + below: '2000' for: hours: 0 minutes: 0 @@ -82,7 +82,7 @@ - platform: numeric_state entity_id: sensor.office_illuminance above: '30' - below: '800' + below: '2000' for: hours: 0 minutes: 1 @@ -90,7 +90,7 @@ - platform: numeric_state entity_id: sensor.office_illuminance above: '30' - below: '800' + below: '2000' for: hours: 0 minutes: 2 @@ -98,7 +98,7 @@ - platform: numeric_state entity_id: sensor.office_illuminance above: '30' - below: '800' + below: '2000' for: hours: 0 minutes: 3 @@ -133,7 +133,7 @@ trigger: - platform: numeric_state entity_id: sensor.office_illuminance - above: '1500' + above: '2500' for: hours: 0 minutes: 1