mirror of
https://github.com/home-assistant/core.git
synced 2026-07-05 08:01:26 +02:00
64 lines
2.3 KiB
Plaintext
64 lines
2.3 KiB
Plaintext
# serializer version: 1
|
|
# name: test_async_setup_entry[update.my_nc_url_local-entry]
|
|
EntityRegistryEntrySnapshot({
|
|
'aliases': list([
|
|
None,
|
|
]),
|
|
'area_id': None,
|
|
'capabilities': None,
|
|
'config_entry_id': <ANY>,
|
|
'config_subentry_id': <ANY>,
|
|
'device_class': None,
|
|
'device_id': <ANY>,
|
|
'disabled_by': None,
|
|
'domain': 'update',
|
|
'entity_category': <EntityCategory.CONFIG: 'config'>,
|
|
'entity_id': 'update.my_nc_url_local',
|
|
'has_entity_name': True,
|
|
'hidden_by': None,
|
|
'icon': None,
|
|
'id': <ANY>,
|
|
'labels': set({
|
|
}),
|
|
'name': None,
|
|
'object_id_base': None,
|
|
'options': dict({
|
|
}),
|
|
'original_device_class': None,
|
|
'original_icon': None,
|
|
'original_name': None,
|
|
'platform': 'nextcloud',
|
|
'previous_unique_id': None,
|
|
'suggested_object_id': None,
|
|
'supported_features': 0,
|
|
'translation_key': None,
|
|
'unique_id': '1234567890abcdef#update',
|
|
'unit_of_measurement': None,
|
|
})
|
|
# ---
|
|
# name: test_async_setup_entry[update.my_nc_url_local-state]
|
|
StateSnapshot({
|
|
'attributes': ReadOnlyDict({
|
|
<UpdateEntityStateAttribute.AUTO_UPDATE: 'auto_update'>: False,
|
|
<UpdateEntityStateAttribute.DISPLAY_PRECISION: 'display_precision'>: 0,
|
|
<EntityStateAttribute.ENTITY_PICTURE: 'entity_picture'>: '/api/brands/integration/nextcloud/icon.png',
|
|
<EntityStateAttribute.FRIENDLY_NAME: 'friendly_name'>: 'my.nc_url.local',
|
|
<UpdateEntityStateAttribute.IN_PROGRESS: 'in_progress'>: False,
|
|
<UpdateEntityStateAttribute.INSTALLED_VERSION: 'installed_version'>: '28.0.4.1',
|
|
<UpdateEntityStateAttribute.LATEST_VERSION: 'latest_version'>: '28.0.4.1',
|
|
<UpdateEntityStateAttribute.RELEASE_SUMMARY: 'release_summary'>: None,
|
|
<UpdateEntityStateAttribute.RELEASE_URL: 'release_url'>: 'https://nextcloud.com/changelog/#28-0-4',
|
|
<UpdateEntityStateAttribute.SKIPPED_VERSION: 'skipped_version'>: None,
|
|
<EntityStateAttribute.SUPPORTED_FEATURES: 'supported_features'>: <UpdateEntityFeature: 0>,
|
|
<UpdateEntityStateAttribute.TITLE: 'title'>: None,
|
|
<UpdateEntityStateAttribute.UPDATE_PERCENTAGE: 'update_percentage'>: None,
|
|
}),
|
|
'context': <ANY>,
|
|
'entity_id': 'update.my_nc_url_local',
|
|
'last_changed': <ANY>,
|
|
'last_reported': <ANY>,
|
|
'last_updated': <ANY>,
|
|
'state': 'off',
|
|
})
|
|
# ---
|