Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.onewire Namespace Reference

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
 

Detailed Description

The 1-Wire component.

Function Documentation

◆ async_remove_config_entry_device()

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.

◆ async_setup_entry()

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.

◆ async_unload_entry()

bool homeassistant.components.onewire.async_unload_entry ( HomeAssistant  hass,
OneWireConfigEntry   config_entry 
)
Unload a config entry.

Definition at line 49 of file __init__.py.

◆ options_update_listener()

None homeassistant.components.onewire.options_update_listener ( HomeAssistant  hass,
OneWireConfigEntry   entry 
)
Handle options update.

Definition at line 56 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.onewire._LOGGER = logging.getLogger(__name__)
private

Definition at line 15 of file __init__.py.

◆ OneWireConfigEntry

homeassistant.components.onewire.OneWireConfigEntry

Definition at line 16 of file __init__.py.