Namespaces | |
| binary_sensor | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| entity | |
| sensor | |
| util | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | is_uuid (str value) |
Variables | |
| string | ATTR_SYSTEM_MODE = "system_mode" |
| string | ATTR_SYSTEM_NAME = "system_name" |
| DEFAULT_SCAN_INTERVAL = timedelta(minutes=1) | |
| list | PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR] |
Support for Notion.
| bool homeassistant.components.notion.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Notion as a config entry.
Definition at line 70 of file __init__.py.
| bool homeassistant.components.notion.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a Notion config entry.
Definition at line 160 of file __init__.py.
| bool homeassistant.components.notion.is_uuid | ( | str | value | ) |
Return whether a string is a valid UUID.
Definition at line 61 of file __init__.py.
| string homeassistant.components.notion.ATTR_SYSTEM_MODE = "system_mode" |
Definition at line 39 of file __init__.py.
| string homeassistant.components.notion.ATTR_SYSTEM_NAME = "system_name" |
Definition at line 40 of file __init__.py.
| homeassistant.components.notion.DEFAULT_SCAN_INTERVAL = timedelta(minutes=1) |
Definition at line 42 of file __init__.py.
| list homeassistant.components.notion.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR] |
Definition at line 37 of file __init__.py.