Home Assistant Unofficial Reference 2024.12.1
services.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.renault.services
 

Functions

None homeassistant.components.renault.services.setup_services (HomeAssistant hass)
 

Variables

string homeassistant.components.renault.services.ATTR_SCHEDULES = "schedules"
 
string homeassistant.components.renault.services.ATTR_TEMPERATURE = "temperature"
 
string homeassistant.components.renault.services.ATTR_VEHICLE = "vehicle"
 
string homeassistant.components.renault.services.ATTR_WHEN = "when"
 
 homeassistant.components.renault.services.LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.renault.services.SERVICE_AC_CANCEL = "ac_cancel"
 
 homeassistant.components.renault.services.SERVICE_AC_SET_SCHEDULE_DAY_SCHEMA
 
 homeassistant.components.renault.services.SERVICE_AC_SET_SCHEDULE_SCHEMA
 
string homeassistant.components.renault.services.SERVICE_AC_SET_SCHEDULES = "ac_set_schedules"
 
 homeassistant.components.renault.services.SERVICE_AC_SET_SCHEDULES_SCHEMA
 
string homeassistant.components.renault.services.SERVICE_AC_START = "ac_start"
 
 homeassistant.components.renault.services.SERVICE_AC_START_SCHEMA
 
 homeassistant.components.renault.services.SERVICE_CHARGE_SET_SCHEDULE_DAY_SCHEMA
 
 homeassistant.components.renault.services.SERVICE_CHARGE_SET_SCHEDULE_SCHEMA
 
string homeassistant.components.renault.services.SERVICE_CHARGE_SET_SCHEDULES = "charge_set_schedules"
 
 homeassistant.components.renault.services.SERVICE_CHARGE_SET_SCHEDULES_SCHEMA
 
 homeassistant.components.renault.services.SERVICE_VEHICLE_SCHEMA
 
list homeassistant.components.renault.services.SERVICES