Namespaces | |
| alarm_control_panel | |
| api | |
| application_credentials | |
| binary_sensor | |
| config_flow | |
| const | |
| entity | |
| sensor | |
Classes | |
| class | MinutPointClient |
| class | PointData |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, PointConfigEntry entry) |
| None | async_setup_webhook (HomeAssistant hass, PointConfigEntry entry, PointSession session) |
| bool | async_unload_entry (HomeAssistant hass, PointConfigEntry entry) |
| None | handle_webhook (HomeAssistant hass, str webhook_id, web.Request request) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA | |
| list | PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR] |
| PointConfigEntry | |
Support for Minut Point.
| bool homeassistant.components.point.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Minut Point component.
Definition at line 66 of file __init__.py.
| bool homeassistant.components.point.async_setup_entry | ( | HomeAssistant | hass, |
| PointConfigEntry | entry | ||
| ) |
Set up Minut Point from a config entry.
Definition at line 107 of file __init__.py.
| None homeassistant.components.point.async_setup_webhook | ( | HomeAssistant | hass, |
| PointConfigEntry | entry, | ||
| PointSession | session | ||
| ) |
Set up a webhook to handle binary sensor events.
Definition at line 146 of file __init__.py.
| bool homeassistant.components.point.async_unload_entry | ( | HomeAssistant | hass, |
| PointConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 174 of file __init__.py.
| None homeassistant.components.point.handle_webhook | ( | HomeAssistant | hass, |
| str | webhook_id, | ||
| web.Request | request | ||
| ) |
Handle webhook callback.
Definition at line 186 of file __init__.py.
|
private |
Definition at line 47 of file __init__.py.
| homeassistant.components.point.CONFIG_SCHEMA |
Definition at line 53 of file __init__.py.
| list homeassistant.components.point.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR] |
Definition at line 49 of file __init__.py.
| homeassistant.components.point.PointConfigEntry |
Definition at line 51 of file __init__.py.