scene_diagnose
Diagnose Home Assistant lighting scenes by testing connectivity, identifying issues like missing lights or null values, and providing actionable recommendations.
Instructions
Diagnose lights and scenes. Tests connectivity, response times, identifies problems with scenes (null values, missing lights, etc.), and provides recommendations. If test_connectivity=true, REQUIRES user_confirmed=true because it toggles lights.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_connectivity | No | If true, tests each light's response time with a toggle test. Default: false (to avoid accidental light changes). | |
| user_confirmed | No | REQUIRED when test_connectivity=true: Must be true to confirm user explicitly allowed light toggle tests. Without confirmation, connectivity tests are skipped. |