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

Classes

class  PowerViewScene
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
int RESYNC_DELAY = 60
 

Detailed Description

Support for Powerview scenes from a Powerview hub.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.hunterdouglas_powerview.scene.async_setup_entry ( HomeAssistant  hass,
PowerviewConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up powerview scene entries.

Definition at line 25 of file scene.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.hunterdouglas_powerview.scene._LOGGER = logging.getLogger(__name__)
private

Definition at line 20 of file scene.py.

◆ RESYNC_DELAY

int homeassistant.components.hunterdouglas_powerview.scene.RESYNC_DELAY = 60

Definition at line 22 of file scene.py.