Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.ccm15.climate Namespace Reference

Classes

class  CCM15Climate
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Climate device for CCM15 coordinator.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.ccm15.climate.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up all climate.

Definition at line 33 of file climate.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.ccm15.climate._LOGGER = logging.getLogger(__name__)
private

Definition at line 30 of file climate.py.