Handle all communication with the Vultr API.
Definition at line 73 of file __init__.py.
◆ __init__()
| def homeassistant.components.vultr.Vultr.__init__ |
( |
|
self, |
|
|
|
api_key |
|
) |
| |
Initialize the Vultr connection.
Definition at line 76 of file __init__.py.
◆ _force_update()
| def homeassistant.components.vultr.Vultr._force_update |
( |
|
self | ) |
|
|
private |
Use the data from Vultr API.
Definition at line 88 of file __init__.py.
◆ halt()
| def homeassistant.components.vultr.Vultr.halt |
( |
|
self, |
|
|
|
subscription |
|
) |
| |
Halt a subscription (hard power off).
Definition at line 92 of file __init__.py.
◆ start()
| def homeassistant.components.vultr.Vultr.start |
( |
|
self, |
|
|
|
subscription |
|
) |
| |
◆ update()
| def homeassistant.components.vultr.Vultr.update |
( |
|
self | ) |
|
Use the data from Vultr API.
Definition at line 84 of file __init__.py.
◆ _api_key
| homeassistant.components.vultr.Vultr._api_key |
|
private |
◆ api
| homeassistant.components.vultr.Vultr.api |
◆ data
| homeassistant.components.vultr.Vultr.data |
The documentation for this class was generated from the following file: