.ha_mcp/logs/mcp_usage.jsonl, automations.yaml
This commit is contained in:
@@ -3184,3 +3184,21 @@
|
||||
entity_id: input_text.living_room_previous_brightness
|
||||
data:
|
||||
value: ''
|
||||
- id: '1786066880942'
|
||||
alias: 3D Print Started - Playroom Light & Basement Heat
|
||||
description: When an OctoPrint print starts (MQTT event), turn on the playroom light
|
||||
and set the basement to 22 degrees C.
|
||||
triggers:
|
||||
- trigger: mqtt
|
||||
topic: octoPrint/event/PrintStarted
|
||||
actions:
|
||||
- action: light.turn_on
|
||||
target:
|
||||
entity_id: light.playroom_light
|
||||
- action: climate.set_temperature
|
||||
target:
|
||||
entity_id: climate.basement
|
||||
data:
|
||||
temperature: 22
|
||||
hvac_mode: heat
|
||||
mode: single
|
||||
|
||||
Reference in New Issue
Block a user