Handle all communication with the Linode API.
Definition at line 58 of file __init__.py.
◆ __init__()
| def homeassistant.components.linode.Linode.__init__ |
( |
|
self, |
|
|
|
access_token |
|
) |
| |
Initialize the Linode connection.
Definition at line 61 of file __init__.py.
◆ get_node_id()
| def homeassistant.components.linode.Linode.get_node_id |
( |
|
self, |
|
|
|
node_name |
|
) |
| |
Get the status of a Linode Instance.
Definition at line 67 of file __init__.py.
◆ update()
| def homeassistant.components.linode.Linode.update |
( |
|
self | ) |
|
Use the data from Linode API.
Definition at line 82 of file __init__.py.
◆ _access_token
| homeassistant.components.linode.Linode._access_token |
|
private |
◆ data
| homeassistant.components.linode.Linode.data |
◆ manager
| homeassistant.components.linode.Linode.manager |
The documentation for this class was generated from the following file: