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

Variables

int CONF_DISCOVERY_INTERVAL_DEFAULT = 60
 
int CONF_LISTENING_PORT_DEFAULT = 4002
 
string CONF_MULTICAST_ADDRESS_DEFAULT = "239.255.255.250"
 
int CONF_TARGET_PORT_DEFAULT = 4001
 
int DISCOVERY_TIMEOUT = 5
 
string DOMAIN = "govee_light_local"
 
string MANUFACTURER = "Govee"
 
 SCAN_INTERVAL = timedelta(seconds=30)
 

Detailed Description

Constants for the Govee light local integration.

Variable Documentation

◆ CONF_DISCOVERY_INTERVAL_DEFAULT

int homeassistant.components.govee_light_local.const.CONF_DISCOVERY_INTERVAL_DEFAULT = 60

Definition at line 11 of file const.py.

◆ CONF_LISTENING_PORT_DEFAULT

int homeassistant.components.govee_light_local.const.CONF_LISTENING_PORT_DEFAULT = 4002

Definition at line 10 of file const.py.

◆ CONF_MULTICAST_ADDRESS_DEFAULT

string homeassistant.components.govee_light_local.const.CONF_MULTICAST_ADDRESS_DEFAULT = "239.255.255.250"

Definition at line 8 of file const.py.

◆ CONF_TARGET_PORT_DEFAULT

int homeassistant.components.govee_light_local.const.CONF_TARGET_PORT_DEFAULT = 4001

Definition at line 9 of file const.py.

◆ DISCOVERY_TIMEOUT

int homeassistant.components.govee_light_local.const.DISCOVERY_TIMEOUT = 5

Definition at line 14 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ MANUFACTURER

string homeassistant.components.govee_light_local.const.MANUFACTURER = "Govee"

Definition at line 6 of file const.py.

◆ SCAN_INTERVAL

homeassistant.components.govee_light_local.const.SCAN_INTERVAL = timedelta(seconds=30)

Definition at line 13 of file const.py.