mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Integration page fixes (#16822)
This commit is contained in:
parent
78cff3a921
commit
6d29b764d3
@ -266,7 +266,7 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
|
||||
path=${mdiPackageVariant}
|
||||
></ha-svg-icon>
|
||||
${this.hass.localize(
|
||||
"ui.panel.config.integrations.config_entry.provided_by_custom_integration"
|
||||
"ui.panel.config.integrations.config_entry.custom_integration"
|
||||
)}</ha-alert
|
||||
>`
|
||||
: ""}
|
||||
@ -422,7 +422,7 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
|
||||
.flow=${flow}
|
||||
@click=${this._continueFlow}
|
||||
.label=${this.hass.localize(
|
||||
"config_entry.disabled_by.config_entry"
|
||||
"ui.panel.config.integrations.configure"
|
||||
)}
|
||||
></ha-button>
|
||||
</ha-list-item>`
|
||||
|
@ -249,7 +249,7 @@ export class HaIntegrationCard extends LitElement {
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: var(--primary-color);
|
||||
color: var(--primary-text-color);
|
||||
}
|
||||
a ha-icon-button {
|
||||
color: var(--secondary-text-color);
|
||||
|
@ -50,7 +50,7 @@ export class HaIntegrationHeader extends LitElement {
|
||||
icons.push([
|
||||
mdiPackageVariant,
|
||||
this.hass.localize(
|
||||
"ui.panel.config.integrations.config_entry.provided_by_custom_integration"
|
||||
"ui.panel.config.integrations.config_entry.custom_integration"
|
||||
),
|
||||
]);
|
||||
}
|
||||
|
@ -84,7 +84,7 @@ export class HaIntegrationListItem extends ListItemBase {
|
||||
><ha-svg-icon .path=${mdiPackageVariant}></ha-svg-icon
|
||||
><simple-tooltip animation-delay="0" position="left"
|
||||
>${this.hass.localize(
|
||||
"ui.panel.config.integrations.config_entry.provided_by_custom_integration"
|
||||
"ui.panel.config.integrations.config_entry.custom_integration"
|
||||
)}</simple-tooltip
|
||||
></span
|
||||
>`
|
||||
|
@ -3320,7 +3320,7 @@
|
||||
"device": "device"
|
||||
}
|
||||
},
|
||||
"provided_by_custom_integration": "Provided by a custom integration",
|
||||
"custom_integration": "Custom integration",
|
||||
"depends_on_cloud": "Depends on the cloud",
|
||||
"yaml_only": "Needs manual configuration",
|
||||
"disabled_polling": "Automatic polling for updated data disabled",
|
||||
|
Loading…
x
Reference in New Issue
Block a user