Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.velux.const Namespace Reference

Variables

string DOMAIN = "velux"
 
 LOGGER = getLogger(__package__)
 
list PLATFORMS = [Platform.COVER, Platform.LIGHT, Platform.SCENE]
 

Detailed Description

Constants for the Velux integration.

Variable Documentation

◆ DOMAIN

string homeassistant.components.velux.const.DOMAIN = "velux"

Definition at line 7 of file const.py.

◆ LOGGER

homeassistant.components.velux.const.LOGGER = getLogger(__package__)

Definition at line 9 of file const.py.

◆ PLATFORMS

list homeassistant.components.velux.const.PLATFORMS = [Platform.COVER, Platform.LIGHT, Platform.SCENE]

Definition at line 8 of file const.py.