Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.motion_blinds.const
 

Variables

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