Go to the source code of this file.
Namespaces | |
| homeassistant.components.smappee.const | |
Variables | |
| dictionary | homeassistant.components.smappee.const.AUTHORIZE_URL |
| string | homeassistant.components.smappee.const.CONF_HOSTNAME = "hostname" |
| string | homeassistant.components.smappee.const.CONF_SERIALNUMBER = "serialnumber" |
| string | homeassistant.components.smappee.const.CONF_TITLE = "title" |
| string | homeassistant.components.smappee.const.DATA_CLIENT = "smappee_data" |
| string | homeassistant.components.smappee.const.DOMAIN = "smappee" |
| string | homeassistant.components.smappee.const.ENV_CLOUD = "cloud" |
| string | homeassistant.components.smappee.const.ENV_LOCAL = "local" |
| homeassistant.components.smappee.const.MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=20) | |
| list | homeassistant.components.smappee.const.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR, Platform.SWITCH] |
| tuple | homeassistant.components.smappee.const.SUPPORTED_LOCAL_DEVICES = ("Smappee1", "Smappee2", "Smappee50") |
| dictionary | homeassistant.components.smappee.const.TOKEN_URL |