Get the latest data from Ebusd.
Definition at line 86 of file __init__.py.
◆ __init__()
| def homeassistant.components.ebusd.EbusdData.__init__ |
( |
|
self, |
|
|
|
address, |
|
|
|
circuit |
|
) |
| |
Initialize the data object.
Definition at line 89 of file __init__.py.
◆ update()
| def homeassistant.components.ebusd.EbusdData.update |
( |
|
self, |
|
|
|
name, |
|
|
|
stype |
|
) |
| |
Call the Ebusd API to update the data.
Definition at line 95 of file __init__.py.
◆ write()
| None homeassistant.components.ebusd.EbusdData.write |
( |
|
self, |
|
|
ServiceCall |
call |
|
) |
| |
Call write method on ebusd.
Definition at line 111 of file __init__.py.
◆ _address
| homeassistant.components.ebusd.EbusdData._address |
|
private |
◆ _circuit
| homeassistant.components.ebusd.EbusdData._circuit |
|
private |
◆ value
| homeassistant.components.ebusd.EbusdData.value |
The documentation for this class was generated from the following file: