Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.subaru
 

Functions

bool homeassistant.components.subaru.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.subaru.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
def homeassistant.components.subaru.get_device_info (vehicle_info)
 
def homeassistant.components.subaru.get_vehicle_info (controller, vin)
 
def homeassistant.components.subaru.refresh_subaru_data (config_entry, vehicle_info, controller)
 
def homeassistant.components.subaru.update_subaru (vehicle, controller)
 

Variables

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