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" |
ESPHome constants.
| string homeassistant.components.esphome.const.CONF_ALLOW_SERVICE_CALLS = "allow_service_calls" |
| string homeassistant.components.esphome.const.CONF_DEVICE_NAME = "device_name" |
| string homeassistant.components.esphome.const.CONF_NOISE_PSK = "noise_psk" |
| string homeassistant.components.esphome.const.DATA_FFMPEG_PROXY = f"{DOMAIN}.ffmpeg_proxy" |
| bool homeassistant.components.esphome.const.DEFAULT_ALLOW_SERVICE_CALLS = True |
| bool homeassistant.components.esphome.const.DEFAULT_NEW_CONFIG_ALLOW_ALLOW_SERVICE_CALLS = False |
| string homeassistant.components.esphome.const.DEFAULT_URL = f"https://esphome.io/changelog/{STABLE_BLE_VERSION_STR}.html" |
| string homeassistant.components.esphome.const.DOMAIN = "esphome" |
| dictionary homeassistant.components.esphome.const.PROJECT_URLS |
| homeassistant.components.esphome.const.STABLE_BLE_VERSION = AwesomeVersion(STABLE_BLE_VERSION_STR) |