mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
Update vehicle to 0.4.0 (#68896)
This commit is contained in:
parent
006fa9b700
commit
ca1337d9c2
@ -3,7 +3,7 @@
|
|||||||
"name": "RDW",
|
"name": "RDW",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/rdw",
|
"documentation": "https://www.home-assistant.io/integrations/rdw",
|
||||||
"requirements": ["vehicle==0.3.1"],
|
"requirements": ["vehicle==0.4.0"],
|
||||||
"codeowners": ["@frenck"],
|
"codeowners": ["@frenck"],
|
||||||
"quality_scale": "platinum",
|
"quality_scale": "platinum",
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
|
@ -2355,7 +2355,7 @@ uvcclient==0.11.0
|
|||||||
vallox-websocket-api==2.11.0
|
vallox-websocket-api==2.11.0
|
||||||
|
|
||||||
# homeassistant.components.rdw
|
# homeassistant.components.rdw
|
||||||
vehicle==0.3.1
|
vehicle==0.4.0
|
||||||
|
|
||||||
# homeassistant.components.velbus
|
# homeassistant.components.velbus
|
||||||
velbus-aio==2022.2.4
|
velbus-aio==2022.2.4
|
||||||
|
@ -1517,7 +1517,7 @@ uvcclient==0.11.0
|
|||||||
vallox-websocket-api==2.11.0
|
vallox-websocket-api==2.11.0
|
||||||
|
|
||||||
# homeassistant.components.rdw
|
# homeassistant.components.rdw
|
||||||
vehicle==0.3.1
|
vehicle==0.4.0
|
||||||
|
|
||||||
# homeassistant.components.velbus
|
# homeassistant.components.velbus
|
||||||
velbus-aio==2022.2.4
|
velbus-aio==2022.2.4
|
||||||
|
@ -29,7 +29,6 @@ async def test_diagnostics(
|
|||||||
"license_plate": "11ZKZ3",
|
"license_plate": "11ZKZ3",
|
||||||
"list_price": 10697,
|
"list_price": 10697,
|
||||||
"first_admission": "2013-01-04",
|
"first_admission": "2013-01-04",
|
||||||
"first_admission_netherlands": "2013-01-04",
|
|
||||||
"mass_empty": 840,
|
"mass_empty": 840,
|
||||||
"mass_driveable": 940,
|
"mass_driveable": 940,
|
||||||
"model": "Citigo",
|
"model": "Citigo",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user