Classes | |
| class | CannotConnect |
| class | InvalidPath |
| class | OneWireHub |
Functions | |
| bool | _is_known_device (str device_family, str|None device_type) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| dictionary | DEVICE_COUPLERS |
| dictionary | DEVICE_MANUFACTURER |
Hub for communication with 1-Wire server or mount_dir.
|
private |
Check if device family/type is known to the library.
Definition at line 48 of file onewirehub.py.
|
private |
Definition at line 45 of file onewirehub.py.
| dictionary homeassistant.components.onewire.onewirehub.DEVICE_COUPLERS |
Definition at line 35 of file onewirehub.py.
| dictionary homeassistant.components.onewire.onewirehub.DEVICE_MANUFACTURER |
Definition at line 40 of file onewirehub.py.