Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.motionblinds_ble.const
 

Variables

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