Namespaces | |
| const | |
Classes | |
| class | EventDeviceClass |
| class | EventEntity |
| class | EventEntityDescription |
| class | EventExtraStoredData |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| list | __all__ |
| _LOGGER = logging.getLogger(__name__) | |
| dictionary | CACHED_PROPERTIES_WITH_ATTR_ |
| string | ENTITY_ID_FORMAT = DOMAIN + ".{}" |
| PLATFORM_SCHEMA = cv.PLATFORM_SCHEMA | |
| PLATFORM_SCHEMA_BASE = cv.PLATFORM_SCHEMA_BASE | |
| SCAN_INTERVAL = timedelta(seconds=30) | |
Component for handling incoming events as a platform.
| bool homeassistant.components.event.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up Event entities.
Definition at line 55 of file __init__.py.
| bool homeassistant.components.event.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up a config entry.
Definition at line 64 of file __init__.py.
| bool homeassistant.components.event.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 69 of file __init__.py.
|
private |
Definition at line 41 of file __init__.py.
|
private |
Definition at line 25 of file __init__.py.
| dictionary homeassistant.components.event.CACHED_PROPERTIES_WITH_ATTR_ |
Definition at line 104 of file __init__.py.
| string homeassistant.components.event.ENTITY_ID_FORMAT = DOMAIN + ".{}" |
Definition at line 27 of file __init__.py.
| homeassistant.components.event.PLATFORM_SCHEMA = cv.PLATFORM_SCHEMA |
Definition at line 28 of file __init__.py.
| homeassistant.components.event.PLATFORM_SCHEMA_BASE = cv.PLATFORM_SCHEMA_BASE |
Definition at line 29 of file __init__.py.
| homeassistant.components.event.SCAN_INTERVAL = timedelta(seconds=30) |
Definition at line 30 of file __init__.py.