mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
remove hardware from integration descriptions (#14189)
This commit is contained in:
parent
57fb8f9f01
commit
0b18875d70
@ -31,13 +31,11 @@ export interface Brands {
|
|||||||
export interface IntegrationDescriptions {
|
export interface IntegrationDescriptions {
|
||||||
core: {
|
core: {
|
||||||
integration: Brands;
|
integration: Brands;
|
||||||
hardware: Integrations;
|
|
||||||
helper: Integrations;
|
helper: Integrations;
|
||||||
translated_name: string[];
|
translated_name: string[];
|
||||||
};
|
};
|
||||||
custom: {
|
custom: {
|
||||||
integration: Brands;
|
integration: Brands;
|
||||||
hardware: Integrations;
|
|
||||||
helper: Integrations;
|
helper: Integrations;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user