Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.notion.const Namespace Reference

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"
 

Detailed Description

Define constants for the Notion integration.

Variable Documentation

◆ CONF_REFRESH_TOKEN

string homeassistant.components.notion.const.CONF_REFRESH_TOKEN = "refresh_token"

Definition at line 8 of file const.py.

◆ CONF_USER_UUID

string homeassistant.components.notion.const.CONF_USER_UUID = "user_uuid"

Definition at line 9 of file const.py.

◆ DOMAIN

string homeassistant.components.notion.const.DOMAIN = "notion"

Definition at line 5 of file const.py.

◆ LOGGER

homeassistant.components.notion.const.LOGGER = logging.getLogger(__package__)

Definition at line 6 of file const.py.

◆ SENSOR_BATTERY

string homeassistant.components.notion.const.SENSOR_BATTERY = "low_battery"

Definition at line 11 of file const.py.

◆ SENSOR_DOOR

string homeassistant.components.notion.const.SENSOR_DOOR = "door"

Definition at line 12 of file const.py.

◆ SENSOR_GARAGE_DOOR

string homeassistant.components.notion.const.SENSOR_GARAGE_DOOR = "garage_door"

Definition at line 13 of file const.py.

◆ SENSOR_LEAK

string homeassistant.components.notion.const.SENSOR_LEAK = "leak"

Definition at line 14 of file const.py.

◆ SENSOR_MISSING

string homeassistant.components.notion.const.SENSOR_MISSING = "missing"

Definition at line 15 of file const.py.

◆ SENSOR_MOLD

string homeassistant.components.notion.const.SENSOR_MOLD = "mold"

Definition at line 16 of file const.py.

◆ SENSOR_SAFE

string homeassistant.components.notion.const.SENSOR_SAFE = "safe"

Definition at line 17 of file const.py.

◆ SENSOR_SLIDING

string homeassistant.components.notion.const.SENSOR_SLIDING = "sliding"

Definition at line 18 of file const.py.

◆ SENSOR_SMOKE_CO

string homeassistant.components.notion.const.SENSOR_SMOKE_CO = "alarm"

Definition at line 19 of file const.py.

◆ SENSOR_TEMPERATURE

string homeassistant.components.notion.const.SENSOR_TEMPERATURE = "temperature"

Definition at line 20 of file const.py.

◆ SENSOR_WINDOW_HINGED

string homeassistant.components.notion.const.SENSOR_WINDOW_HINGED = "window_hinged"

Definition at line 21 of file const.py.