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

This commit is contained in:
Home Assistant Version Control
2026-08-02 17:05:27 +00:00
parent f3b037910e
commit 785b63932e
2 changed files with 11 additions and 0 deletions
+9
View File
@@ -240,3 +240,12 @@ light_color_temp_helper:
name: Mode
description: Select switch mode
description: "Switch color temperature of light in steps \nVersion: 2026-03-22"
test_rgb_restore:
alias: TEMP Test RGB Restore
sequence:
- action: light.turn_on
target:
entity_id: light.office_lamp
data:
rgb_color: '{{ states(''input_text.office_lamp_previous_color'').split('','')
| map(''int'') | list }}'