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

Classes

class  UpbLink
 

Functions

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

Variables

string SERVICE_LINK_BLINK = "link_blink"
 
string SERVICE_LINK_DEACTIVATE = "link_deactivate"
 
string SERVICE_LINK_FADE_START = "link_fade_start"
 
string SERVICE_LINK_FADE_STOP = "link_fade_stop"
 
string SERVICE_LINK_GOTO = "link_goto"
 

Detailed Description

Platform for UPB link integration.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.upb.scene.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the UPB link based on a config entry.

Definition at line 21 of file scene.py.

Variable Documentation

◆ SERVICE_LINK_BLINK

string homeassistant.components.upb.scene.SERVICE_LINK_BLINK = "link_blink"

Definition at line 18 of file scene.py.

◆ SERVICE_LINK_DEACTIVATE

string homeassistant.components.upb.scene.SERVICE_LINK_DEACTIVATE = "link_deactivate"

Definition at line 14 of file scene.py.

◆ SERVICE_LINK_FADE_START

string homeassistant.components.upb.scene.SERVICE_LINK_FADE_START = "link_fade_start"

Definition at line 17 of file scene.py.

◆ SERVICE_LINK_FADE_STOP

string homeassistant.components.upb.scene.SERVICE_LINK_FADE_STOP = "link_fade_stop"

Definition at line 15 of file scene.py.

◆ SERVICE_LINK_GOTO

string homeassistant.components.upb.scene.SERVICE_LINK_GOTO = "link_goto"

Definition at line 16 of file scene.py.