Get Scene Config
ha_config_get_sceneRetrieve a Home Assistant scene's full configuration, including entities, name, icon, and id. Use the returned config hash for updates.
Instructions
Retrieve Home Assistant scene configuration.
Returns the complete configuration for a scene, including the entities
dict and other settings (name, icon, id).
EXAMPLES:
Get scene: ha_config_get_scene("movie_night")
Get scene: ha_config_get_scene("bedroom_dim")
RELATED TOOLS:
ha_config_set_scene — pass the returned
config_hashforpython_transformupdates.
For detailed scene configuration help, use ha_get_skill_guide.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene_id | Yes | Scene identifier (e.g., 'movie_night') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||