Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.home_connect.number Namespace Reference

Classes

class  HomeConnectNumberEntity
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
tuple NUMBERS
 

Detailed Description

Provides number enties for Home Connect.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.home_connect.number.async_setup_entry ( HomeAssistant  hass,
HomeConnectConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Home Connect number.

Definition at line 83 of file number.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.home_connect.number._LOGGER = logging.getLogger(__name__)
private

Definition at line 31 of file number.py.

◆ NUMBERS

tuple homeassistant.components.home_connect.number.NUMBERS

Definition at line 34 of file number.py.