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

Classes

class  ESPHomeDashboardCoordinator
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 MIN_VERSION_SUPPORTS_UPDATE = AwesomeVersion("2023.1.0")
 

Detailed Description

Coordinator to interact with an ESPHome dashboard.

Variable Documentation

◆ _LOGGER

homeassistant.components.esphome.coordinator._LOGGER = logging.getLogger(__name__)
private

Definition at line 15 of file coordinator.py.

◆ MIN_VERSION_SUPPORTS_UPDATE

homeassistant.components.esphome.coordinator.MIN_VERSION_SUPPORTS_UPDATE = AwesomeVersion("2023.1.0")

Definition at line 17 of file coordinator.py.