Compare commits
No commits in common. "89da0a777ca3eacdfec20da865e7b11b0c51b6e2" and "b0f377ab359f75ad861f3ef2e7852c8e6f7d01f8" have entirely different histories.
89da0a777c
...
b0f377ab35
2 changed files with 13 additions and 34 deletions
|
@ -45,14 +45,12 @@
|
|||
- service: notify.mobile_app_iphone
|
||||
data:
|
||||
message: 3D printer has finished
|
||||
data:
|
||||
entity_id: camera.3d_printer
|
||||
url: "/lovelace-tablet/3d-printer"
|
||||
entity_id: camera.3d_printer
|
||||
- service: camera.snapshot
|
||||
data:
|
||||
filename: /config/www/cctv/3d_printer.jpg
|
||||
target:
|
||||
entity_id: camera.3d_printer
|
||||
entity_id: camera.hallway
|
||||
- service: notify.home_assistant
|
||||
data:
|
||||
message: "3D Printer has finished"
|
||||
|
@ -163,8 +161,5 @@
|
|||
action:
|
||||
- service: notify.mobile_app_iphone
|
||||
data:
|
||||
title: Prusa i3 MMU
|
||||
message: 3D Print has been paused
|
||||
data:
|
||||
entity_id: camera.3d_printer
|
||||
url: "/lovelace-tablet/3d-printer"
|
||||
message: Print has been paused
|
||||
title: Prusa i3
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
- id: office-brightness-dark
|
||||
- id: brightness-dark
|
||||
alias: '[Brightness] Dark - close covers'
|
||||
mode: single
|
||||
trigger:
|
||||
|
@ -9,10 +9,6 @@
|
|||
hours: 0
|
||||
minutes: 1
|
||||
seconds: 0
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: input_select.home_mode
|
||||
state: Day
|
||||
action:
|
||||
- service: cover.close_cover
|
||||
target:
|
||||
|
@ -20,7 +16,7 @@
|
|||
- cover.office_blinds
|
||||
- cover.dining_blinds
|
||||
|
||||
- id: office-brightness-dark-lights-on
|
||||
- id: brightness-dark-lights-on
|
||||
alias: '[Brightness] Dark - turn on lights'
|
||||
mode: single
|
||||
trigger:
|
||||
|
@ -49,7 +45,7 @@
|
|||
action:
|
||||
- service: script.office_lights_on
|
||||
|
||||
- id: office-brightness-ok-lights-off
|
||||
- id: brightness-ok-lights-off
|
||||
alias: '[Brightness] Dark - turn off lights'
|
||||
mode: single
|
||||
trigger:
|
||||
|
@ -60,21 +56,17 @@
|
|||
hours: 0
|
||||
minutes: 1
|
||||
seconds: 0
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: input_select.home_mode
|
||||
state: Day
|
||||
action:
|
||||
- service: script.office_lights_off
|
||||
|
||||
- id: office-brightness-ok
|
||||
- id: brightness-ok
|
||||
alias: '[Brightness] OK - open covers'
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.office_illuminance
|
||||
above: '30'
|
||||
below: '800'
|
||||
below: '150'
|
||||
for:
|
||||
hours: 0
|
||||
minutes: 0
|
||||
|
@ -82,7 +74,7 @@
|
|||
- platform: numeric_state
|
||||
entity_id: sensor.office_illuminance
|
||||
above: '30'
|
||||
below: '800'
|
||||
below: '150'
|
||||
for:
|
||||
hours: 0
|
||||
minutes: 1
|
||||
|
@ -90,7 +82,7 @@
|
|||
- platform: numeric_state
|
||||
entity_id: sensor.office_illuminance
|
||||
above: '30'
|
||||
below: '800'
|
||||
below: '150'
|
||||
for:
|
||||
hours: 0
|
||||
minutes: 2
|
||||
|
@ -98,15 +90,11 @@
|
|||
- platform: numeric_state
|
||||
entity_id: sensor.office_illuminance
|
||||
above: '30'
|
||||
below: '800'
|
||||
below: '150'
|
||||
for:
|
||||
hours: 0
|
||||
minutes: 3
|
||||
seconds: 0
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: input_select.home_mode
|
||||
state: Day
|
||||
action:
|
||||
- choose:
|
||||
- conditions:
|
||||
|
@ -127,7 +115,7 @@
|
|||
- cover.dining_blinds
|
||||
- service: script.office_blinds_up
|
||||
|
||||
- id: office-brightness-bright
|
||||
- id: brightness-bright
|
||||
alias: '[Brightness] Bright - close covers'
|
||||
mode: single
|
||||
trigger:
|
||||
|
@ -138,10 +126,6 @@
|
|||
hours: 0
|
||||
minutes: 1
|
||||
seconds: 0
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: input_select.home_mode
|
||||
state: Day
|
||||
action:
|
||||
- service: cover.close_cover
|
||||
target:
|
Loading…
Add table
Reference in a new issue