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

Namespaces

 binary_sensor
 
 config_flow
 
 const
 
 diagnostics
 
 entity
 
 sensor
 

Functions

bool async_setup_entry (HomeAssistant hass, EcowittConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, EcowittConfigEntry entry)
 

Variables

 EcowittConfigEntry
 

Detailed Description

The Ecowitt Weather Station Component.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.ecowitt.async_setup_entry ( HomeAssistant  hass,
EcowittConfigEntry  entry 
)
Set up the Ecowitt component from UI.

Definition at line 20 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.ecowitt.async_unload_entry ( HomeAssistant  hass,
EcowittConfigEntry  entry 
)
Unload a config entry.

Definition at line 48 of file __init__.py.

Variable Documentation

◆ EcowittConfigEntry

homeassistant.components.ecowitt.EcowittConfigEntry

Definition at line 17 of file __init__.py.