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

Variables

string CONF_DEFAULT_TRANSITION = "default_transition"
 
string CONF_EXCLUDE_NAMES = "exclude_names"
 
string CONF_INCLUDE_SWITCHES = "include_switches"
 
string DOMAIN = "litejet"
 
list PLATFORMS = [Platform.LIGHT, Platform.SCENE, Platform.SWITCH]
 

Detailed Description

LiteJet constants.

Variable Documentation

◆ CONF_DEFAULT_TRANSITION

string homeassistant.components.litejet.const.CONF_DEFAULT_TRANSITION = "default_transition"

Definition at line 12 of file const.py.

◆ CONF_EXCLUDE_NAMES

string homeassistant.components.litejet.const.CONF_EXCLUDE_NAMES = "exclude_names"

Definition at line 7 of file const.py.

◆ CONF_INCLUDE_SWITCHES

string homeassistant.components.litejet.const.CONF_INCLUDE_SWITCHES = "include_switches"

Definition at line 8 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ PLATFORMS

list homeassistant.components.litejet.const.PLATFORMS = [Platform.LIGHT, Platform.SCENE, Platform.SWITCH]

Definition at line 10 of file const.py.