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 |
Constants for the Motionblinds component.
| 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 |