periodic push
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -12,7 +12,8 @@ CONF_USE_EMAIL_WITH_GEOCODE_API: str = "use_email_with_geocode_api"
|
||||
REGION_EUROPE: str = "Europe"
|
||||
REGION_CANADA: str = "Canada"
|
||||
REGION_USA: str = "USA"
|
||||
REGIONS = {1: REGION_EUROPE, 2: REGION_CANADA, 3: REGION_USA}
|
||||
REGION_CHINA: str = "China"
|
||||
REGIONS = {1: REGION_EUROPE, 2: REGION_CANADA, 3: REGION_USA, 4: REGION_CHINA}
|
||||
BRAND_KIA: str = "Kia"
|
||||
BRAND_HYUNDAI: str = "Hyundai"
|
||||
BRANDS = {1: BRAND_KIA, 2: BRAND_HYUNDAI}
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"domain": "kia_uvo",
|
||||
"name": "Kia Uvo / Hyundai Bluelink",
|
||||
"documentation": "https://github.com/fuatakgun/kia_uvo",
|
||||
"issue_tracker": "https://github.com/fuatakgun/kia_uvo/issues",
|
||||
"codeowners": ["@fuatakgun"],
|
||||
"requirements": ["hyundai_kia_connect_api==3.1.0"],
|
||||
"version": "2.6.0",
|
||||
"config_flow": true,
|
||||
"documentation": "https://github.com/fuatakgun/kia_uvo",
|
||||
"integration_type": "hub",
|
||||
"iot_class": "cloud_polling",
|
||||
"integration_type": "hub"
|
||||
"issue_tracker": "https://github.com/fuatakgun/kia_uvo/issues",
|
||||
"requirements": ["hyundai_kia_connect_api==3.3.7"],
|
||||
"version": "2.10.2"
|
||||
}
|
||||
|
||||
@@ -44,7 +44,7 @@ SENSOR_DESCRIPTIONS: Final[tuple[SensorEntityDescription, ...]] = (
|
||||
icon="mdi:speedometer",
|
||||
native_unit_of_measurement=DYNAMIC_UNIT,
|
||||
device_class=SensorDeviceClass.DISTANCE,
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
state_class=SensorStateClass.TOTAL_INCREASING,
|
||||
),
|
||||
SensorEntityDescription(
|
||||
key="_last_service_distance",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"password":"Password",
|
||||
"region":"Region",
|
||||
"brand":"Brand",
|
||||
"pin":"Pin (Required for CA)"
|
||||
"pin":"Pin"
|
||||
}
|
||||
},
|
||||
"reauth_confirm":{
|
||||
@@ -41,4 +41,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user