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

Variables

string ATTR_BATTERY = "battery"
 
string ATTR_CALIBRATION = "calibration"
 
string ATTR_CONNECT = "connect"
 
string ATTR_CONNECTION = "connection"
 
string ATTR_DISCONNECT = "disconnect"
 
string ATTR_FAVORITE = "favorite"
 
string ATTR_SIGNAL_STRENGTH = "signal_strength"
 
string ATTR_SPEED = "speed"
 
string CONF_BLIND_TYPE = "blind_type"
 
string CONF_LOCAL_NAME = "local_name"
 
string CONF_MAC_CODE = "mac_code"
 
string DOMAIN = "motionblinds_ble"
 
string ERROR_COULD_NOT_FIND_MOTOR = "could_not_find_motor"
 
string ERROR_INVALID_MAC_CODE = "invalid_mac_code"
 
string ERROR_NO_BLUETOOTH_ADAPTER = "no_bluetooth_adapter"
 
string ERROR_NO_DEVICES_FOUND = "no_devices_found"
 
string ICON_VERTICAL_BLIND = "mdi:blinds-vertical-closed"
 
string MANUFACTURER = "Motionblinds"
 
string OPTION_DISCONNECT_TIME = "disconnect_time"
 
string OPTION_PERMANENT_CONNECTION = "permanent_connection"
 

Detailed Description

Constants for the Motionblinds Bluetooth integration.

Variable Documentation

◆ ATTR_BATTERY

string homeassistant.components.motionblinds_ble.const.ATTR_BATTERY = "battery"

Definition at line 3 of file const.py.

◆ ATTR_CALIBRATION

string homeassistant.components.motionblinds_ble.const.ATTR_CALIBRATION = "calibration"

Definition at line 4 of file const.py.

◆ ATTR_CONNECT

string homeassistant.components.motionblinds_ble.const.ATTR_CONNECT = "connect"

Definition at line 5 of file const.py.

◆ ATTR_CONNECTION

string homeassistant.components.motionblinds_ble.const.ATTR_CONNECTION = "connection"

Definition at line 6 of file const.py.

◆ ATTR_DISCONNECT

string homeassistant.components.motionblinds_ble.const.ATTR_DISCONNECT = "disconnect"

Definition at line 7 of file const.py.

◆ ATTR_FAVORITE

string homeassistant.components.motionblinds_ble.const.ATTR_FAVORITE = "favorite"

Definition at line 8 of file const.py.

◆ ATTR_SIGNAL_STRENGTH

string homeassistant.components.motionblinds_ble.const.ATTR_SIGNAL_STRENGTH = "signal_strength"

Definition at line 9 of file const.py.

◆ ATTR_SPEED

string homeassistant.components.motionblinds_ble.const.ATTR_SPEED = "speed"

Definition at line 10 of file const.py.

◆ CONF_BLIND_TYPE

string homeassistant.components.motionblinds_ble.const.CONF_BLIND_TYPE = "blind_type"

Definition at line 14 of file const.py.

◆ CONF_LOCAL_NAME

string homeassistant.components.motionblinds_ble.const.CONF_LOCAL_NAME = "local_name"

Definition at line 12 of file const.py.

◆ CONF_MAC_CODE

string homeassistant.components.motionblinds_ble.const.CONF_MAC_CODE = "mac_code"

Definition at line 13 of file const.py.

◆ DOMAIN

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

Definition at line 16 of file const.py.

◆ ERROR_COULD_NOT_FIND_MOTOR

string homeassistant.components.motionblinds_ble.const.ERROR_COULD_NOT_FIND_MOTOR = "could_not_find_motor"

Definition at line 18 of file const.py.

◆ ERROR_INVALID_MAC_CODE

string homeassistant.components.motionblinds_ble.const.ERROR_INVALID_MAC_CODE = "invalid_mac_code"

Definition at line 19 of file const.py.

◆ ERROR_NO_BLUETOOTH_ADAPTER

string homeassistant.components.motionblinds_ble.const.ERROR_NO_BLUETOOTH_ADAPTER = "no_bluetooth_adapter"

Definition at line 20 of file const.py.

◆ ERROR_NO_DEVICES_FOUND

string homeassistant.components.motionblinds_ble.const.ERROR_NO_DEVICES_FOUND = "no_devices_found"

Definition at line 21 of file const.py.

◆ ICON_VERTICAL_BLIND

string homeassistant.components.motionblinds_ble.const.ICON_VERTICAL_BLIND = "mdi:blinds-vertical-closed"

Definition at line 23 of file const.py.

◆ MANUFACTURER

string homeassistant.components.motionblinds_ble.const.MANUFACTURER = "Motionblinds"

Definition at line 25 of file const.py.

◆ OPTION_DISCONNECT_TIME

string homeassistant.components.motionblinds_ble.const.OPTION_DISCONNECT_TIME = "disconnect_time"

Definition at line 27 of file const.py.

◆ OPTION_PERMANENT_CONNECTION

string homeassistant.components.motionblinds_ble.const.OPTION_PERMANENT_CONNECTION = "permanent_connection"

Definition at line 28 of file const.py.