Variables | |
| string | CONF_ENCRYPTION_KEY = "encryption_key" |
| string | CONF_KEY_ID = "key_id" |
| string | CONF_LOCK_NIGHTLATCH = "lock_force_nightlatch" |
| string | CONF_RETRY_COUNT = "retry_count" |
| dictionary | CONNECTABLE_SUPPORTED_MODEL_TYPES |
| bool | DEFAULT_LOCK_NIGHTLATCH = False |
| string | DEFAULT_NAME = "Switchbot" |
| int | DEFAULT_RETRY_COUNT = 3 |
| string | DOMAIN = "switchbot" |
| dictionary | HASS_SENSOR_TYPE_TO_SWITCHBOT_MODEL |
| string | MANUFACTURER = "switchbot" |
| dictionary | NON_CONNECTABLE_SUPPORTED_MODEL_TYPES |
| dictionary | SUPPORTED_LOCK_MODELS = {SwitchbotModel.LOCK, SwitchbotModel.LOCK_PRO} |
| tuple | SUPPORTED_MODEL_TYPES |
Constants for the switchbot integration.
| string homeassistant.components.switchbot.const.CONF_ENCRYPTION_KEY = "encryption_key" |
| string homeassistant.components.switchbot.const.CONF_KEY_ID = "key_id" |
| string homeassistant.components.switchbot.const.CONF_LOCK_NIGHTLATCH = "lock_force_nightlatch" |
| string homeassistant.components.switchbot.const.CONF_RETRY_COUNT = "retry_count" |
| dictionary homeassistant.components.switchbot.const.CONNECTABLE_SUPPORTED_MODEL_TYPES |
| bool homeassistant.components.switchbot.const.DEFAULT_LOCK_NIGHTLATCH = False |
| string homeassistant.components.switchbot.const.DEFAULT_NAME = "Switchbot" |
| int homeassistant.components.switchbot.const.DEFAULT_RETRY_COUNT = 3 |
| string homeassistant.components.switchbot.const.DOMAIN = "switchbot" |
| dictionary homeassistant.components.switchbot.const.HASS_SENSOR_TYPE_TO_SWITCHBOT_MODEL |
| string homeassistant.components.switchbot.const.MANUFACTURER = "switchbot" |
| dictionary homeassistant.components.switchbot.const.NON_CONNECTABLE_SUPPORTED_MODEL_TYPES |
| dictionary homeassistant.components.switchbot.const.SUPPORTED_LOCK_MODELS = {SwitchbotModel.LOCK, SwitchbotModel.LOCK_PRO} |