Use primary config entry for device #30517
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.
|