Fix 3d print entities
This commit is contained in:
parent
18543c268c
commit
539bf9518b
@ -126,7 +126,7 @@
|
|||||||
- binary_sensor.octoprint_printing
|
- binary_sensor.octoprint_printing
|
||||||
condition:
|
condition:
|
||||||
- condition: numeric_state
|
- condition: numeric_state
|
||||||
entity_id: sensor.octoprint_target_bed_temp
|
entity_id: sensor.octoprint_bed_target
|
||||||
below: '100'
|
below: '100'
|
||||||
action:
|
action:
|
||||||
- service: switch.turn_on
|
- service: switch.turn_on
|
||||||
@ -142,7 +142,7 @@
|
|||||||
- binary_sensor.octoprint_printing
|
- binary_sensor.octoprint_printing
|
||||||
condition:
|
condition:
|
||||||
- condition: numeric_state
|
- condition: numeric_state
|
||||||
entity_id: sensor.octoprint_target_bed_temp
|
entity_id: sensor.octoprint_bed_target
|
||||||
above: '99'
|
above: '99'
|
||||||
action:
|
action:
|
||||||
- service: switch.turn_off
|
- service: switch.turn_off
|
||||||
@ -158,7 +158,7 @@
|
|||||||
to: "0"
|
to: "0"
|
||||||
condition:
|
condition:
|
||||||
- condition: numeric_state
|
- condition: numeric_state
|
||||||
entity_id: sensor.octoprint_target_bed_temp
|
entity_id: sensor.octoprint_bed_target
|
||||||
above: 0
|
above: 0
|
||||||
action:
|
action:
|
||||||
- service: notify.mobile_app_iphone
|
- service: notify.mobile_app_iphone
|
||||||
|
@ -74,7 +74,7 @@
|
|||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.office_illuminance
|
entity_id: sensor.office_illuminance
|
||||||
above: '30'
|
above: '30'
|
||||||
below: '800'
|
below: '2000'
|
||||||
for:
|
for:
|
||||||
hours: 0
|
hours: 0
|
||||||
minutes: 0
|
minutes: 0
|
||||||
@ -82,7 +82,7 @@
|
|||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.office_illuminance
|
entity_id: sensor.office_illuminance
|
||||||
above: '30'
|
above: '30'
|
||||||
below: '800'
|
below: '2000'
|
||||||
for:
|
for:
|
||||||
hours: 0
|
hours: 0
|
||||||
minutes: 1
|
minutes: 1
|
||||||
@ -90,7 +90,7 @@
|
|||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.office_illuminance
|
entity_id: sensor.office_illuminance
|
||||||
above: '30'
|
above: '30'
|
||||||
below: '800'
|
below: '2000'
|
||||||
for:
|
for:
|
||||||
hours: 0
|
hours: 0
|
||||||
minutes: 2
|
minutes: 2
|
||||||
@ -98,7 +98,7 @@
|
|||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.office_illuminance
|
entity_id: sensor.office_illuminance
|
||||||
above: '30'
|
above: '30'
|
||||||
below: '800'
|
below: '2000'
|
||||||
for:
|
for:
|
||||||
hours: 0
|
hours: 0
|
||||||
minutes: 3
|
minutes: 3
|
||||||
@ -133,7 +133,7 @@
|
|||||||
trigger:
|
trigger:
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
entity_id: sensor.office_illuminance
|
entity_id: sensor.office_illuminance
|
||||||
above: '1500'
|
above: '2500'
|
||||||
for:
|
for:
|
||||||
hours: 0
|
hours: 0
|
||||||
minutes: 1
|
minutes: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user