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

This commit is contained in:
Home Assistant Version Control
2026-08-02 17:07:13 +00:00
parent c5eba5c386
commit f319d81d5b
2 changed files with 4 additions and 9 deletions
-9
View File
@@ -240,12 +240,3 @@ 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 }}'