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

Namespaces

 climate
 
 config_flow
 
 const
 
 coordinator
 
 entity
 
 switch
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
list PLATFORMS = [Platform.CLIMATE, Platform.SWITCH]
 

Detailed Description

The Gree Climate integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.gree.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up Gree Climate from a config entry.

Definition at line 26 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.gree.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 50 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.gree._LOGGER = logging.getLogger(__name__)
private

Definition at line 21 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.gree.PLATFORMS = [Platform.CLIMATE, Platform.SWITCH]

Definition at line 23 of file __init__.py.