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

Variables

string CONF_ENCODING = "encoding"
 
string DEFAULT_ENCODING = "utf-8"
 
int DEFAULT_PORT = 4352
 
string DOMAIN = "pjlink"
 

Detailed Description

Constants for the PJLink integration.

Variable Documentation

◆ CONF_ENCODING

string homeassistant.components.pjlink.const.CONF_ENCODING = "encoding"

Definition at line 3 of file const.py.

◆ DEFAULT_ENCODING

string homeassistant.components.pjlink.const.DEFAULT_ENCODING = "utf-8"

Definition at line 6 of file const.py.

◆ DEFAULT_PORT

int homeassistant.components.pjlink.const.DEFAULT_PORT = 4352

Definition at line 5 of file const.py.

◆ DOMAIN

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

Definition at line 8 of file const.py.