Home Assistant Unofficial Reference 2024.12.1
services.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.teslemetry.services
 

Functions

ConfigEntry homeassistant.components.teslemetry.services.async_get_config_for_device (HomeAssistant hass, dr.DeviceEntry device_entry)
 
dr.DeviceEntry homeassistant.components.teslemetry.services.async_get_device_for_service_call (HomeAssistant hass, ServiceCall call)
 
TeslemetryEnergyData homeassistant.components.teslemetry.services.async_get_energy_site_for_entry (HomeAssistant hass, dr.DeviceEntry device, ConfigEntry config)
 
TeslemetryVehicleData homeassistant.components.teslemetry.services.async_get_vehicle_for_entry (HomeAssistant hass, dr.DeviceEntry device, ConfigEntry config)
 
None homeassistant.components.teslemetry.services.async_register_services (HomeAssistant hass)
 

Variables

 homeassistant.components.teslemetry.services._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.teslemetry.services.ATTR_DEPARTURE_TIME = "departure_time"
 
string homeassistant.components.teslemetry.services.ATTR_ENABLE = "enable"
 
string homeassistant.components.teslemetry.services.ATTR_END_OFF_PEAK_TIME = "end_off_peak_time"
 
string homeassistant.components.teslemetry.services.ATTR_FIELDS = "fields"
 
string homeassistant.components.teslemetry.services.ATTR_GPS = "gps"
 
string homeassistant.components.teslemetry.services.ATTR_ID = "id"
 
string homeassistant.components.teslemetry.services.ATTR_LOCALE = "locale"
 
string homeassistant.components.teslemetry.services.ATTR_OFF_PEAK_CHARGING_ENABLED = "off_peak_charging_enabled"
 
string homeassistant.components.teslemetry.services.ATTR_OFF_PEAK_CHARGING_WEEKDAYS = "off_peak_charging_weekdays_only"
 
string homeassistant.components.teslemetry.services.ATTR_ORDER = "order"
 
string homeassistant.components.teslemetry.services.ATTR_PIN = "pin"
 
string homeassistant.components.teslemetry.services.ATTR_PRECONDITIONING_ENABLED = "preconditioning_enabled"
 
string homeassistant.components.teslemetry.services.ATTR_PRECONDITIONING_WEEKDAYS = "preconditioning_weekdays_only"
 
string homeassistant.components.teslemetry.services.ATTR_TIME = "time"
 
string homeassistant.components.teslemetry.services.ATTR_TIMESTAMP = "timestamp"
 
string homeassistant.components.teslemetry.services.ATTR_TOU_SETTINGS = "tou_settings"
 
string homeassistant.components.teslemetry.services.ATTR_TYPE = "type"
 
string homeassistant.components.teslemetry.services.ATTR_VALUE = "value"
 
string homeassistant.components.teslemetry.services.SERVICE_NAVIGATE_ATTR_GPS_REQUEST = "navigation_gps_request"
 
string homeassistant.components.teslemetry.services.SERVICE_SET_SCHEDULED_CHARGING = "set_scheduled_charging"
 
string homeassistant.components.teslemetry.services.SERVICE_SET_SCHEDULED_DEPARTURE = "set_scheduled_departure"
 
string homeassistant.components.teslemetry.services.SERVICE_SPEED_LIMIT = "speed_limit"
 
string homeassistant.components.teslemetry.services.SERVICE_TIME_OF_USE = "time_of_use"
 
string homeassistant.components.teslemetry.services.SERVICE_VALET_MODE = "valet_mode"