Get the latest data and update the states.
Definition at line 202 of file __init__.py.
◆ __init__()
| None homeassistant.components.point.MinutPointClient.__init__ |
( |
|
self, |
|
|
HomeAssistant |
hass, |
|
|
ConfigEntry |
config_entry, |
|
|
PointSession
|
session |
|
) |
| |
Initialize the Minut data object.
Definition at line 205 of file __init__.py.
◆ _sync()
| def homeassistant.components.point.MinutPointClient._sync |
( |
|
self | ) |
|
|
private |
Update local list of devices.
Definition at line 222 of file __init__.py.
◆ async_alarm_arm()
| def homeassistant.components.point.MinutPointClient.async_alarm_arm |
( |
|
self, |
|
|
|
home_id |
|
) |
| |
◆ async_alarm_disarm()
| def homeassistant.components.point.MinutPointClient.async_alarm_disarm |
( |
|
self, |
|
|
|
home_id |
|
) |
| |
Send alarm disarm command.
Definition at line 269 of file __init__.py.
◆ device()
| def homeassistant.components.point.MinutPointClient.device |
( |
|
self, |
|
|
|
device_id |
|
) |
| |
Return device representation.
Definition at line 250 of file __init__.py.
◆ homes()
| def homeassistant.components.point.MinutPointClient.homes |
( |
|
self | ) |
|
◆ is_available()
| def homeassistant.components.point.MinutPointClient.is_available |
( |
|
self, |
|
|
|
device_id |
|
) |
| |
Return device availability.
Definition at line 254 of file __init__.py.
◆ remove_webhook()
| def homeassistant.components.point.MinutPointClient.remove_webhook |
( |
|
self | ) |
|
Remove the session webhook.
Definition at line 260 of file __init__.py.
◆ update()
| def homeassistant.components.point.MinutPointClient.update |
( |
|
self, |
|
|
* |
args |
|
) |
| |
Periodically poll the cloud for current state.
Definition at line 218 of file __init__.py.
◆ _client
| homeassistant.components.point.MinutPointClient._client |
|
private |
◆ _config_entry
| homeassistant.components.point.MinutPointClient._config_entry |
|
private |
◆ _hass
| homeassistant.components.point.MinutPointClient._hass |
|
private |
◆ _is_available
| homeassistant.components.point.MinutPointClient._is_available |
|
private |
The documentation for this class was generated from the following file: