Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/dialogs/config-flow/step-flow-pick-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ class StepFlowPickHandler extends LitElement {
slot="item-icon"
loading="lazy"
src="https://brands.home-assistant.io/_/${handler.slug}/icon.png"
srcset="
https://brands.home-assistant.io/_/${handler.slug}/icon@2x.png 2x
"
referrerpolicy="no-referrer"
/>

Expand Down
7 changes: 1 addition & 6 deletions src/panels/config/devices/ha-config-device-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export class HaConfigDevicePage extends LitElement {
></paper-icon-button>

<div class="container">
<div class="header fullwidth">
<div class="header fullwidth">
${
this.narrow
? ""
Expand Down Expand Up @@ -203,11 +203,6 @@ export class HaConfigDevicePage extends LitElement {
src="https://brands.home-assistant.io/${
integrations[0]
}/logo.png"
srcset="
https://brands.home-assistant.io/${
integrations[0]
}/logo@2x.png 2x
"
referrerpolicy="no-referrer"
@load=${this._onImageLoad}
@error=${this._onImageError}
Expand Down
3 changes: 0 additions & 3 deletions src/panels/config/integrations/ha-config-entries-dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,6 @@ export class HaConfigManagerDashboard extends LitElement {
<paper-item data-index=${idx}>
<img
src="https://brands.home-assistant.io/${item.domain}/icon.png"
srcset="
https://brands.home-assistant.io/${item.domain}/icon@2x.png 2x
"
referrerpolicy="no-referrer"
@error=${this._onImageError}
@load=${this._onImageLoad}
Expand Down
3 changes: 0 additions & 3 deletions src/panels/developer-tools/info/integrations-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ class IntegrationsCard extends LitElement {
<img
loading="lazy"
src="https://brands.home-assistant.io/_/${domain}/icon.png"
srcset="
https://brands.home-assistant.io/_/${domain}/icon@2x.png 2x
"
referrerpolicy="no-referrer"
/>
</td>
Expand Down