Variables | |
| DEFAULT_SCAN_INTERVAL = timedelta(seconds=600) | |
| string | ENTRY_TITLE = "SwitchBot Cloud" |
| Final | |
| string | SENSOR_KIND_BATTERY = "battery" |
| string | SENSOR_KIND_HUMIDITY = "humidity" |
| string | SENSOR_KIND_TEMPERATURE = "temperature" |
| string | VACUUM_FAN_SPEED_MAX = "max" |
| string | VACUUM_FAN_SPEED_QUIET = "quiet" |
| string | VACUUM_FAN_SPEED_STANDARD = "standard" |
| string | VACUUM_FAN_SPEED_STRONG = "strong" |
Constants for the SwitchBot Cloud integration.
| homeassistant.components.switchbot_cloud.const.DEFAULT_SCAN_INTERVAL = timedelta(seconds=600) |
| string homeassistant.components.switchbot_cloud.const.ENTRY_TITLE = "SwitchBot Cloud" |
| string homeassistant.components.switchbot_cloud.const.SENSOR_KIND_BATTERY = "battery" |
| string homeassistant.components.switchbot_cloud.const.SENSOR_KIND_HUMIDITY = "humidity" |
| string homeassistant.components.switchbot_cloud.const.SENSOR_KIND_TEMPERATURE = "temperature" |
| string homeassistant.components.switchbot_cloud.const.VACUUM_FAN_SPEED_MAX = "max" |
| string homeassistant.components.switchbot_cloud.const.VACUUM_FAN_SPEED_QUIET = "quiet" |
| string homeassistant.components.switchbot_cloud.const.VACUUM_FAN_SPEED_STANDARD = "standard" |