Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.netatmo.select Namespace Reference

Classes

class  NetatmoScheduleSelect
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for the Netatmo climate schedule selector.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.netatmo.select.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up the Netatmo energy platform schedule selector.

Definition at line 28 of file select.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.netatmo.select._LOGGER = logging.getLogger(__name__)
private

Definition at line 25 of file select.py.