Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.esphome
 

Functions

None homeassistant.components.esphome.async_remove_entry (HomeAssistant hass, ESPHomeConfigEntry entry)
 
bool homeassistant.components.esphome.async_setup (HomeAssistant hass, ConfigType config)
 
bool homeassistant.components.esphome.async_setup_entry (HomeAssistant hass, ESPHomeConfigEntry entry)
 
bool homeassistant.components.esphome.async_unload_entry (HomeAssistant hass, ESPHomeConfigEntry entry)
 

Variables

string homeassistant.components.esphome.CLIENT_INFO = f"Home Assistant {ha_version}"
 
 homeassistant.components.esphome.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)