.ha_mcp/logs/mcp_usage.jsonl, automations.yaml

This commit is contained in:
Home Assistant Version Control
2026-08-07 01:41:28 +00:00
parent c82d44b749
commit e1a1bb0676
2 changed files with 20 additions and 0 deletions
+18
View File
@@ -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