Namespaces | |
| binary_sensor | |
| config_flow | |
| const | |
| diagnostics | |
| entity | |
| model | |
| onewirehub | |
| sensor | |
| switch | |
Functions | |
| bool | async_remove_config_entry_device (HomeAssistant hass, OneWireConfigEntry config_entry, dr.DeviceEntry device_entry) |
| bool | async_setup_entry (HomeAssistant hass, OneWireConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, OneWireConfigEntry config_entry) |
| None | options_update_listener (HomeAssistant hass, OneWireConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| OneWireConfigEntry | |
The 1-Wire component.
| bool homeassistant.components.onewire.async_remove_config_entry_device | ( | HomeAssistant | hass, |
| OneWireConfigEntry | config_entry, | ||
| dr.DeviceEntry | device_entry | ||
| ) |
Remove a config entry from a device.
Definition at line 39 of file __init__.py.
| bool homeassistant.components.onewire.async_setup_entry | ( | HomeAssistant | hass, |
| OneWireConfigEntry | entry | ||
| ) |
Set up a 1-Wire proxy for a config entry.
Definition at line 19 of file __init__.py.
| bool homeassistant.components.onewire.async_unload_entry | ( | HomeAssistant | hass, |
| OneWireConfigEntry | config_entry | ||
| ) |
Unload a config entry.
Definition at line 49 of file __init__.py.
| None homeassistant.components.onewire.options_update_listener | ( | HomeAssistant | hass, |
| OneWireConfigEntry | entry | ||
| ) |
Handle options update.
Definition at line 56 of file __init__.py.
|
private |
Definition at line 15 of file __init__.py.
| homeassistant.components.onewire.OneWireConfigEntry |
Definition at line 16 of file __init__.py.