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

Classes

class  MyUplinkNumber
 

Functions

None async_setup_entry (HomeAssistant hass, MyUplinkConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 
NumberEntityDescription|None get_description (DevicePoint device_point)
 

Variables

 key
 
 native_unit_of_measurement
 
 translation_key
 

Detailed Description

Number entity for myUplink.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.myuplink.number.async_setup_entry ( HomeAssistant  hass,
MyUplinkConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up myUplink number.

Definition at line 63 of file number.py.

◆ get_description()

NumberEntityDescription | None homeassistant.components.myuplink.number.get_description ( DevicePoint  device_point)
Get description for a device point.

Priorities:
1. Category specific prefix e.g "NIBEF"
2. Global parameter_unit e.g. "DM"
3. Default to None

Definition at line 43 of file number.py.

Variable Documentation

◆ key

homeassistant.components.myuplink.number.key

Definition at line 19 of file number.py.

◆ native_unit_of_measurement

homeassistant.components.myuplink.number.native_unit_of_measurement

Definition at line 21 of file number.py.

◆ translation_key

homeassistant.components.myuplink.number.translation_key

Definition at line 20 of file number.py.