Hub to communicate with server.
Definition at line 55 of file onewirehub.py.
◆ __init__()
| None homeassistant.components.onewire.onewirehub.OneWireHub.__init__ |
( |
|
self, |
|
|
HomeAssistant |
hass |
|
) |
| |
Hub to communicate with server.
Initialize.
Definition at line 58 of file onewirehub.py.
◆ _discover_devices()
| list[OWDeviceDescription] homeassistant.components.onewire.onewirehub.OneWireHub._discover_devices |
( |
|
self, |
|
|
str |
path = "/", |
|
|
str | None |
parent_id = None |
|
) |
| |
|
private |
◆ _get_device_type()
| str | None homeassistant.components.onewire.onewirehub.OneWireHub._get_device_type |
( |
|
self, |
|
|
str |
device_path |
|
) |
| |
|
private |
◆ connect()
| None homeassistant.components.onewire.onewirehub.OneWireHub.connect |
( |
|
self, |
|
|
str |
host, |
|
|
int |
port |
|
) |
| |
◆ discover_devices()
| None homeassistant.components.onewire.onewirehub.OneWireHub.discover_devices |
( |
|
self | ) |
|
◆ initialize()
| None homeassistant.components.onewire.onewirehub.OneWireHub.initialize |
( |
|
self, |
|
|
ConfigEntry |
config_entry |
|
) |
| |
◆ devices
| homeassistant.components.onewire.onewirehub.OneWireHub.devices |
◆ hass
| homeassistant.components.onewire.onewirehub.OneWireHub.hass |
◆ owproxy
| homeassistant.components.onewire.onewirehub.OneWireHub.owproxy |
The documentation for this class was generated from the following file: