Skip to content
Snippets Groups Projects
Commit 0c084305 authored by Josef Zweck's avatar Josef Zweck Committed by Bram Kragten
Browse files

Bump onedrive to 0.0.12 (#139410)

* Bump onedrive to 0.0.12

* Add alternative name
parent fa6d7d5e
No related branches found
No related tags found
No related merge requests found
......@@ -9,5 +9,5 @@
"iot_class": "cloud_polling",
"loggers": ["onedrive_personal_sdk"],
"quality_scale": "platinum",
"requirements": ["onedrive-personal-sdk==0.0.11"]
"requirements": ["onedrive-personal-sdk==0.0.12"]
}
......@@ -103,7 +103,7 @@ class OneDriveDriveStateSensor(
self._attr_unique_id = f"{coordinator.data.id}_{description.key}"
self._attr_device_info = DeviceInfo(
entry_type=DeviceEntryType.SERVICE,
name=coordinator.data.name,
name=coordinator.data.name or coordinator.config_entry.title,
identifiers={(DOMAIN, coordinator.data.id)},
manufacturer="Microsoft",
model=f"OneDrive {coordinator.data.drive_type.value.capitalize()}",
......
......@@ -1565,7 +1565,7 @@ omnilogic==0.4.5
ondilo==0.5.0
# homeassistant.components.onedrive
onedrive-personal-sdk==0.0.11
onedrive-personal-sdk==0.0.12
# homeassistant.components.onvif
onvif-zeep-async==3.2.5
......
......@@ -1313,7 +1313,7 @@ omnilogic==0.4.5
ondilo==0.5.0
# homeassistant.components.onedrive
onedrive-personal-sdk==0.0.11
onedrive-personal-sdk==0.0.12
# homeassistant.components.onvif
onvif-zeep-async==3.2.5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment