Skip to content

Use primary config entry for device #30517

Use primary config entry for device

Use primary config entry for device #30517

Triggered via pull request September 5, 2024 21:24
Status Failure
Total duration 2m 18s
Artifacts

ci.yaml

on: pull_request
Lint and check format
2m 5s
Lint and check format
Run tests
2m 8s
Run tests
Build frontend
0s
Build frontend
Build supervisor
0s
Build supervisor
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Lint and check format: gallery/src/pages/components/ha-form.ts#L46
Property 'primary_config_entry' is missing in type '{ area_id: string; configuration_url: null; config_entries: string[]; connections: never[]; disabled_by: null; entry_type: null; id: string; identifiers: [string, string][]; manufacturer: null; model: null; ... 9 more ...; modified_at: number; }' but required in type 'DeviceRegistryEntry'.
Lint and check format: gallery/src/pages/components/ha-form.ts#L68
Property 'primary_config_entry' is missing in type '{ area_id: string; configuration_url: null; config_entries: string[]; connections: never[]; disabled_by: null; entry_type: null; id: string; identifiers: [string, string][]; manufacturer: null; model: null; ... 9 more ...; modified_at: number; }' but required in type 'DeviceRegistryEntry'.
Lint and check format: gallery/src/pages/components/ha-form.ts#L90
Property 'primary_config_entry' is missing in type '{ area_id: null; configuration_url: null; config_entries: string[]; connections: never[]; disabled_by: null; entry_type: null; id: string; identifiers: [string, string][]; manufacturer: null; model: null; ... 9 more ...; modified_at: number; }' but required in type 'DeviceRegistryEntry'.
Lint and check format: gallery/src/pages/components/ha-selector.ts#L46
Property 'primary_config_entry' is missing in type '{ area_id: string; configuration_url: null; config_entries: string[]; connections: never[]; disabled_by: null; entry_type: null; id: string; identifiers: [string, string][]; manufacturer: null; model: null; ... 9 more ...; modified_at: number; }' but required in type 'DeviceRegistryEntry'.
Lint and check format: gallery/src/pages/components/ha-selector.ts#L68
Property 'primary_config_entry' is missing in type '{ area_id: string; configuration_url: null; config_entries: string[]; connections: never[]; disabled_by: null; entry_type: null; id: string; identifiers: [string, string][]; manufacturer: null; model: null; ... 9 more ...; modified_at: number; }' but required in type 'DeviceRegistryEntry'.
Lint and check format: gallery/src/pages/components/ha-selector.ts#L90
Property 'primary_config_entry' is missing in type '{ area_id: null; configuration_url: null; config_entries: string[]; connections: never[]; disabled_by: null; entry_type: null; id: string; identifiers: [string, string][]; manufacturer: null; model: null; ... 9 more ...; modified_at: number; }' but required in type 'DeviceRegistryEntry'.
Lint and check format: gallery/src/pages/misc/integration-card.ts#L214
Property 'primary_config_entry' is missing in type '{ entry_type: null; config_entries: string[]; connections: never[]; manufacturer: string; model: string; model_id: string; name: string; sw_version: null; hw_version: string; serial_number: string; ... 9 more ...; modified_at: number; }' but required in type 'DeviceRegistryEntry'.
Lint and check format
Process completed with exit code 2.