Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.config.scene Namespace Reference

Classes

class  EditSceneConfigView
 

Functions

bool async_setup (HomeAssistant hass)
 

Variables

 PLATFORM_SCHEMA = SCENE_PLATFORM_SCHEMA
 

Detailed Description

Provide configuration end points for Scenes.

Function Documentation

◆ async_setup()

bool homeassistant.components.config.scene.async_setup ( HomeAssistant  hass)
Set up the Scene config API.

Definition at line 24 of file scene.py.

Variable Documentation

◆ PLATFORM_SCHEMA

homeassistant.components.config.scene.PLATFORM_SCHEMA = SCENE_PLATFORM_SCHEMA

Definition at line 20 of file scene.py.