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

Functions

def async_call_remote_service (controller, cmd, vehicle_info, arg=None)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Remote vehicle services for Subaru integration.

Function Documentation

◆ async_call_remote_service()

def homeassistant.components.subaru.remote_service.async_call_remote_service (   controller,
  cmd,
  vehicle_info,
  arg = None 
)
Execute subarulink remote command.

Definition at line 14 of file remote_service.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 11 of file remote_service.py.