Fix 3d print entities
This commit is contained in:
parent
18543c268c
commit
539bf9518b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user