Variables | |
| string | CONF_REFRESH_TOKEN = "refresh_token" |
| string | CONF_USER_UUID = "user_uuid" |
| string | DOMAIN = "notion" |
| LOGGER = logging.getLogger(__package__) | |
| string | SENSOR_BATTERY = "low_battery" |
| string | SENSOR_DOOR = "door" |
| string | SENSOR_GARAGE_DOOR = "garage_door" |
| string | SENSOR_LEAK = "leak" |
| string | SENSOR_MISSING = "missing" |
| string | SENSOR_MOLD = "mold" |
| string | SENSOR_SAFE = "safe" |
| string | SENSOR_SLIDING = "sliding" |
| string | SENSOR_SMOKE_CO = "alarm" |
| string | SENSOR_TEMPERATURE = "temperature" |
| string | SENSOR_WINDOW_HINGED = "window_hinged" |
Define constants for the Notion integration.
| string homeassistant.components.notion.const.CONF_REFRESH_TOKEN = "refresh_token" |
| string homeassistant.components.notion.const.CONF_USER_UUID = "user_uuid" |
| string homeassistant.components.notion.const.DOMAIN = "notion" |
| homeassistant.components.notion.const.LOGGER = logging.getLogger(__package__) |
| string homeassistant.components.notion.const.SENSOR_BATTERY = "low_battery" |
| string homeassistant.components.notion.const.SENSOR_DOOR = "door" |
| string homeassistant.components.notion.const.SENSOR_GARAGE_DOOR = "garage_door" |
| string homeassistant.components.notion.const.SENSOR_LEAK = "leak" |
| string homeassistant.components.notion.const.SENSOR_MISSING = "missing" |
| string homeassistant.components.notion.const.SENSOR_MOLD = "mold" |
| string homeassistant.components.notion.const.SENSOR_SAFE = "safe" |
| string homeassistant.components.notion.const.SENSOR_SLIDING = "sliding" |
| string homeassistant.components.notion.const.SENSOR_SMOKE_CO = "alarm" |
| string homeassistant.components.notion.const.SENSOR_TEMPERATURE = "temperature" |