Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.notion
 

Functions

bool homeassistant.components.notion.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.notion.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.notion.is_uuid (str value)
 

Variables

string homeassistant.components.notion.ATTR_SYSTEM_MODE = "system_mode"
 
string homeassistant.components.notion.ATTR_SYSTEM_NAME = "system_name"
 
 homeassistant.components.notion.DEFAULT_SCAN_INTERVAL = timedelta(minutes=1)
 
list homeassistant.components.notion.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR]