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

Classes

class  PowerViewNumber
 
class  PowerviewNumberDescription
 

Functions

None async_setup_entry (HomeAssistant hass, PowerviewConfigEntry entry, AddEntitiesCallback async_add_entities)
 
None store_velocity (PowerviewShadeUpdateCoordinator coordinator, int shade_id, float|None value)
 

Detailed Description

Support for hunterdouglas_powerview numbers.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.hunterdouglas_powerview.number.async_setup_entry ( HomeAssistant  hass,
PowerviewConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the hunter douglas number entities.

Definition at line 54 of file number.py.

◆ store_velocity()

None homeassistant.components.hunterdouglas_powerview.number.store_velocity ( PowerviewShadeUpdateCoordinator  coordinator,
int  shade_id,
float | None  value 
)
Store the desired shade velocity in the coordinator.

Definition at line 33 of file number.py.