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

Namespaces

 alarm_control_panel
 
 assist_satellite
 
 binary_sensor
 
 bluetooth
 
 button
 
 camera
 
 climate
 
 config_flow
 
 const
 
 coordinator
 
 cover
 
 dashboard
 
 date
 
 datetime
 
 diagnostics
 
 domain_data
 
 entity
 
 entry_data
 
 enum_mapper
 
 event
 
 fan
 
 ffmpeg_proxy
 
 light
 
 lock
 
 manager
 
 media_player
 
 number
 
 repairs
 
 select
 
 sensor
 
 switch
 
 text
 
 time
 
 update
 
 valve
 

Functions

None async_remove_entry (HomeAssistant hass, ESPHomeConfigEntry entry)
 
bool async_setup (HomeAssistant hass, ConfigType config)
 
bool async_setup_entry (HomeAssistant hass, ESPHomeConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ESPHomeConfigEntry entry)
 

Variables

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

Detailed Description

Support for esphome devices.

Function Documentation

◆ async_remove_entry()

None homeassistant.components.esphome.async_remove_entry ( HomeAssistant  hass,
ESPHomeConfigEntry  entry 
)
Remove an esphome config entry.

Definition at line 87 of file __init__.py.

◆ async_setup()

bool homeassistant.components.esphome.async_setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up the esphome component.

Definition at line 32 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.esphome.async_setup_entry ( HomeAssistant  hass,
ESPHomeConfigEntry  entry 
)
Set up the esphome component.

Definition at line 43 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.esphome.async_unload_entry ( HomeAssistant  hass,
ESPHomeConfigEntry  entry 
)
Unload an esphome config entry.

Definition at line 79 of file __init__.py.

Variable Documentation

◆ CLIENT_INFO

string homeassistant.components.esphome.CLIENT_INFO = f"Home Assistant {ha_version}"

Definition at line 29 of file __init__.py.

◆ CONFIG_SCHEMA

homeassistant.components.esphome.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)

Definition at line 27 of file __init__.py.