Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.somfy_mylink.const Namespace Reference

Variables

string CONF_REVERSE = "reverse"
 
string CONF_REVERSED_TARGET_IDS = "reversed_target_ids"
 
string CONF_SYSTEM_ID = "system_id"
 
string CONF_TARGET_ID = "target_id"
 
string CONF_TARGET_NAME = "target_name"
 
string DATA_SOMFY_MYLINK = "somfy_mylink_data"
 
int DEFAULT_PORT = 44100
 
string DOMAIN = "somfy_mylink"
 
string MANUFACTURER = "Somfy"
 
string MYLINK_STATUS = "mylink_status"
 
list PLATFORMS = [Platform.COVER]
 

Detailed Description

Component for the Somfy MyLink device supporting the Synergy API.

Variable Documentation

◆ CONF_REVERSE

string homeassistant.components.somfy_mylink.const.CONF_REVERSE = "reverse"

Definition at line 6 of file const.py.

◆ CONF_REVERSED_TARGET_IDS

string homeassistant.components.somfy_mylink.const.CONF_REVERSED_TARGET_IDS = "reversed_target_ids"

Definition at line 8 of file const.py.

◆ CONF_SYSTEM_ID

string homeassistant.components.somfy_mylink.const.CONF_SYSTEM_ID = "system_id"

Definition at line 5 of file const.py.

◆ CONF_TARGET_ID

string homeassistant.components.somfy_mylink.const.CONF_TARGET_ID = "target_id"

Definition at line 9 of file const.py.

◆ CONF_TARGET_NAME

string homeassistant.components.somfy_mylink.const.CONF_TARGET_NAME = "target_name"

Definition at line 7 of file const.py.

◆ DATA_SOMFY_MYLINK

string homeassistant.components.somfy_mylink.const.DATA_SOMFY_MYLINK = "somfy_mylink_data"

Definition at line 13 of file const.py.

◆ DEFAULT_PORT

int homeassistant.components.somfy_mylink.const.DEFAULT_PORT = 44100

Definition at line 11 of file const.py.

◆ DOMAIN

string homeassistant.components.somfy_mylink.const.DOMAIN = "somfy_mylink"

Definition at line 15 of file const.py.

◆ MANUFACTURER

string homeassistant.components.somfy_mylink.const.MANUFACTURER = "Somfy"

Definition at line 19 of file const.py.

◆ MYLINK_STATUS

string homeassistant.components.somfy_mylink.const.MYLINK_STATUS = "mylink_status"

Definition at line 14 of file const.py.

◆ PLATFORMS

list homeassistant.components.somfy_mylink.const.PLATFORMS = [Platform.COVER]

Definition at line 17 of file const.py.