Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.subaru.lock Namespace Reference

Classes

class  SubaruLock
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for Subaru door locks.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.subaru.lock.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Subaru locks by config_entry.

Definition at line 32 of file lock.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.subaru.lock._LOGGER = logging.getLogger(__name__)
private

Definition at line 29 of file lock.py.