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" |
Constants for the Motionblinds Bluetooth integration.
| 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" |