Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.notion.const
 

Variables

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"
 
string homeassistant.components.notion.const.SENSOR_WINDOW_HINGED = "window_hinged"