.ha_mcp/logs/mcp_usage.jsonl, automations.yaml
This commit is contained in:
+26
-17
@@ -3194,9 +3194,10 @@
|
||||
- id: '1786068561172'
|
||||
alias: 3D Printer Running - Playroom Light & Basement Heat
|
||||
description: When the 3D printer running helper turns on (print started), set the
|
||||
3D printer lights to bright white, turn on the bedroom lamp, and set the basement
|
||||
to 22 degrees C. When it turns off (print ended), set the 3D printer lights to
|
||||
light blue at 25% and turn off the bedroom lamp after 10 minutes.
|
||||
3D printer lights to bright white, turn on the bedroom lamp, set the basement
|
||||
to 22 degrees C, and turn on the filter. When it turns off (print ended), set
|
||||
the 3D printer lights to light blue at 25%, turn off the bedroom lamp after 10
|
||||
minutes, and turn off the filter after 1 hour.
|
||||
triggers:
|
||||
- trigger: state
|
||||
entity_id: input_boolean.3d_printer_running
|
||||
@@ -3237,20 +3238,28 @@
|
||||
- condition: trigger
|
||||
id: printer_stopped
|
||||
sequence:
|
||||
- action: light.turn_on
|
||||
target:
|
||||
entity_id: light.3d_printer_lights
|
||||
data:
|
||||
brightness_pct: 25
|
||||
rgb_color:
|
||||
- 173
|
||||
- 216
|
||||
- 230
|
||||
- delay:
|
||||
minutes: 10
|
||||
- action: light.turn_off
|
||||
target:
|
||||
entity_id: light.bedroom_lamp
|
||||
- parallel:
|
||||
- sequence:
|
||||
- action: light.turn_on
|
||||
target:
|
||||
entity_id: light.3d_printer_lights
|
||||
data:
|
||||
brightness_pct: 25
|
||||
rgb_color:
|
||||
- 173
|
||||
- 216
|
||||
- 230
|
||||
- delay:
|
||||
minutes: 10
|
||||
- action: light.turn_off
|
||||
target:
|
||||
entity_id: light.bedroom_lamp
|
||||
- sequence:
|
||||
- delay:
|
||||
hours: 1
|
||||
- action: switch.turn_off
|
||||
target:
|
||||
entity_id: switch.filter
|
||||
mode: restart
|
||||
- id: '1786107704090'
|
||||
alias: Count OctoPrint Print Outcomes
|
||||
|
||||
Reference in New Issue
Block a user