mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Bump tesla-fleet-api to 0.8.5 (#132339)
This commit is contained in:
parent
3e98df707d
commit
0aeb8f44f4
@ -21,6 +21,7 @@ SCOPES = [
|
||||
Scope.OPENID,
|
||||
Scope.OFFLINE_ACCESS,
|
||||
Scope.VEHICLE_DEVICE_DATA,
|
||||
Scope.VEHICLE_LOCATION,
|
||||
Scope.VEHICLE_CMDS,
|
||||
Scope.VEHICLE_CHARGING_CMDS,
|
||||
Scope.ENERGY_DEVICE_DATA,
|
||||
|
@ -7,5 +7,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/tesla_fleet",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["tesla-fleet-api"],
|
||||
"requirements": ["tesla-fleet-api==0.8.4"]
|
||||
"requirements": ["tesla-fleet-api==0.8.5"]
|
||||
}
|
||||
|
@ -6,5 +6,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/teslemetry",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["tesla-fleet-api"],
|
||||
"requirements": ["tesla-fleet-api==0.8.4", "teslemetry-stream==0.4.2"]
|
||||
"requirements": ["tesla-fleet-api==0.8.5", "teslemetry-stream==0.4.2"]
|
||||
}
|
||||
|
@ -6,5 +6,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/tessie",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["tessie", "tesla-fleet-api"],
|
||||
"requirements": ["tessie-api==0.1.1", "tesla-fleet-api==0.8.4"]
|
||||
"requirements": ["tessie-api==0.1.1", "tesla-fleet-api==0.8.5"]
|
||||
}
|
||||
|
@ -2810,7 +2810,7 @@ temperusb==1.6.1
|
||||
# homeassistant.components.tesla_fleet
|
||||
# homeassistant.components.teslemetry
|
||||
# homeassistant.components.tessie
|
||||
tesla-fleet-api==0.8.4
|
||||
tesla-fleet-api==0.8.5
|
||||
|
||||
# homeassistant.components.powerwall
|
||||
tesla-powerwall==0.5.2
|
||||
|
@ -2241,7 +2241,7 @@ temperusb==1.6.1
|
||||
# homeassistant.components.tesla_fleet
|
||||
# homeassistant.components.teslemetry
|
||||
# homeassistant.components.tessie
|
||||
tesla-fleet-api==0.8.4
|
||||
tesla-fleet-api==0.8.5
|
||||
|
||||
# homeassistant.components.powerwall
|
||||
tesla-powerwall==0.5.2
|
||||
|
@ -165,6 +165,7 @@
|
||||
'openid',
|
||||
'offline_access',
|
||||
'vehicle_device_data',
|
||||
'vehicle_location',
|
||||
'vehicle_cmds',
|
||||
'vehicle_charging_cmds',
|
||||
'energy_device_data',
|
||||
|
Loading…
x
Reference in New Issue
Block a user