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

Variables

string ATTR_ABSOLUTE_POSITION = "absolute_position"
 
string ATTR_AVAILABLE = "available"
 
string ATTR_WIDTH = "width"
 
string CONF_INTERFACE = "interface"
 
string CONF_WAIT_FOR_PUSH = "wait_for_push"
 
string DEFAULT_GATEWAY_NAME = "Motionblinds Gateway"
 
string DEFAULT_INTERFACE = "any"
 
bool DEFAULT_WAIT_FOR_PUSH = False
 
string DOMAIN = "motion_blinds"
 
string KEY_API_LOCK = "api_lock"
 
string KEY_COORDINATOR = "coordinator"
 
string KEY_GATEWAY = "gateway"
 
string KEY_MULTICAST_LISTENER = "multicast_listener"
 
string KEY_SETUP_LOCK = "setup_lock"
 
string KEY_UNSUB_STOP = "unsub_stop"
 
string MANUFACTURER = "Motionblinds, Coulisse B.V."
 
list PLATFORMS = [Platform.BUTTON, Platform.COVER, Platform.SENSOR]
 
string SERVICE_SET_ABSOLUTE_POSITION = "set_absolute_position"
 
int UPDATE_DELAY_STOP = 3
 
int UPDATE_INTERVAL = 600
 
int UPDATE_INTERVAL_FAST = 60
 
int UPDATE_INTERVAL_MOVING = 5
 
int UPDATE_INTERVAL_MOVING_WIFI = 45
 

Detailed Description

Constants for the Motionblinds component.

Variable Documentation

◆ ATTR_ABSOLUTE_POSITION

string homeassistant.components.motion_blinds.const.ATTR_ABSOLUTE_POSITION = "absolute_position"

Definition at line 24 of file const.py.

◆ ATTR_AVAILABLE

string homeassistant.components.motion_blinds.const.ATTR_AVAILABLE = "available"

Definition at line 25 of file const.py.

◆ ATTR_WIDTH

string homeassistant.components.motion_blinds.const.ATTR_WIDTH = "width"

Definition at line 23 of file const.py.

◆ CONF_INTERFACE

string homeassistant.components.motion_blinds.const.CONF_INTERFACE = "interface"

Definition at line 12 of file const.py.

◆ CONF_WAIT_FOR_PUSH

string homeassistant.components.motion_blinds.const.CONF_WAIT_FOR_PUSH = "wait_for_push"

Definition at line 11 of file const.py.

◆ DEFAULT_GATEWAY_NAME

string homeassistant.components.motion_blinds.const.DEFAULT_GATEWAY_NAME = "Motionblinds Gateway"

Definition at line 7 of file const.py.

◆ DEFAULT_INTERFACE

string homeassistant.components.motion_blinds.const.DEFAULT_INTERFACE = "any"

Definition at line 14 of file const.py.

◆ DEFAULT_WAIT_FOR_PUSH

bool homeassistant.components.motion_blinds.const.DEFAULT_WAIT_FOR_PUSH = False

Definition at line 13 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ KEY_API_LOCK

string homeassistant.components.motion_blinds.const.KEY_API_LOCK = "api_lock"

Definition at line 17 of file const.py.

◆ KEY_COORDINATOR

string homeassistant.components.motion_blinds.const.KEY_COORDINATOR = "coordinator"

Definition at line 18 of file const.py.

◆ KEY_GATEWAY

string homeassistant.components.motion_blinds.const.KEY_GATEWAY = "gateway"

Definition at line 16 of file const.py.

◆ KEY_MULTICAST_LISTENER

string homeassistant.components.motion_blinds.const.KEY_MULTICAST_LISTENER = "multicast_listener"

Definition at line 19 of file const.py.

◆ KEY_SETUP_LOCK

string homeassistant.components.motion_blinds.const.KEY_SETUP_LOCK = "setup_lock"

Definition at line 20 of file const.py.

◆ KEY_UNSUB_STOP

string homeassistant.components.motion_blinds.const.KEY_UNSUB_STOP = "unsub_stop"

Definition at line 21 of file const.py.

◆ MANUFACTURER

string homeassistant.components.motion_blinds.const.MANUFACTURER = "Motionblinds, Coulisse B.V."

Definition at line 6 of file const.py.

◆ PLATFORMS

list homeassistant.components.motion_blinds.const.PLATFORMS = [Platform.BUTTON, Platform.COVER, Platform.SENSOR]

Definition at line 9 of file const.py.

◆ SERVICE_SET_ABSOLUTE_POSITION

string homeassistant.components.motion_blinds.const.SERVICE_SET_ABSOLUTE_POSITION = "set_absolute_position"

Definition at line 27 of file const.py.

◆ UPDATE_DELAY_STOP

int homeassistant.components.motion_blinds.const.UPDATE_DELAY_STOP = 3

Definition at line 31 of file const.py.

◆ UPDATE_INTERVAL

int homeassistant.components.motion_blinds.const.UPDATE_INTERVAL = 600

Definition at line 29 of file const.py.

◆ UPDATE_INTERVAL_FAST

int homeassistant.components.motion_blinds.const.UPDATE_INTERVAL_FAST = 60

Definition at line 30 of file const.py.

◆ UPDATE_INTERVAL_MOVING

int homeassistant.components.motion_blinds.const.UPDATE_INTERVAL_MOVING = 5

Definition at line 32 of file const.py.

◆ UPDATE_INTERVAL_MOVING_WIFI

int homeassistant.components.motion_blinds.const.UPDATE_INTERVAL_MOVING_WIFI = 45

Definition at line 33 of file const.py.