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

Variables

string CONF_ALLOW_SERVICE_CALLS = "allow_service_calls"
 
string CONF_DEVICE_NAME = "device_name"
 
string CONF_NOISE_PSK = "noise_psk"
 
string DATA_FFMPEG_PROXY = f"{DOMAIN}.ffmpeg_proxy"
 
bool DEFAULT_ALLOW_SERVICE_CALLS = True
 
bool DEFAULT_NEW_CONFIG_ALLOW_ALLOW_SERVICE_CALLS = False
 
string DEFAULT_URL = f"https://esphome.io/changelog/{STABLE_BLE_VERSION_STR}.html"
 
string DOMAIN = "esphome"
 
dictionary PROJECT_URLS
 
 STABLE_BLE_VERSION = AwesomeVersion(STABLE_BLE_VERSION_STR)
 
string STABLE_BLE_VERSION_STR = "2023.8.0"
 

Detailed Description

ESPHome constants.

Variable Documentation

◆ CONF_ALLOW_SERVICE_CALLS

string homeassistant.components.esphome.const.CONF_ALLOW_SERVICE_CALLS = "allow_service_calls"

Definition at line 7 of file const.py.

◆ CONF_DEVICE_NAME

string homeassistant.components.esphome.const.CONF_DEVICE_NAME = "device_name"

Definition at line 8 of file const.py.

◆ CONF_NOISE_PSK

string homeassistant.components.esphome.const.CONF_NOISE_PSK = "noise_psk"

Definition at line 9 of file const.py.

◆ DATA_FFMPEG_PROXY

string homeassistant.components.esphome.const.DATA_FFMPEG_PROXY = f"{DOMAIN}.ffmpeg_proxy"

Definition at line 22 of file const.py.

◆ DEFAULT_ALLOW_SERVICE_CALLS

bool homeassistant.components.esphome.const.DEFAULT_ALLOW_SERVICE_CALLS = True

Definition at line 11 of file const.py.

◆ DEFAULT_NEW_CONFIG_ALLOW_ALLOW_SERVICE_CALLS

bool homeassistant.components.esphome.const.DEFAULT_NEW_CONFIG_ALLOW_ALLOW_SERVICE_CALLS = False

Definition at line 12 of file const.py.

◆ DEFAULT_URL

string homeassistant.components.esphome.const.DEFAULT_URL = f"https://esphome.io/changelog/{STABLE_BLE_VERSION_STR}.html"

Definition at line 20 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ PROJECT_URLS

dictionary homeassistant.components.esphome.const.PROJECT_URLS
Initial value:
1 = {
2  "esphome.bluetooth-proxy": "https://esphome.github.io/bluetooth-proxies/",
3 }

Definition at line 17 of file const.py.

◆ STABLE_BLE_VERSION

homeassistant.components.esphome.const.STABLE_BLE_VERSION = AwesomeVersion(STABLE_BLE_VERSION_STR)

Definition at line 16 of file const.py.

◆ STABLE_BLE_VERSION_STR

string homeassistant.components.esphome.const.STABLE_BLE_VERSION_STR = "2023.8.0"

Definition at line 15 of file const.py.