From 39171c95d9de346bcd69d3c8cef48d1fbe59d09c Mon Sep 17 00:00:00 2001 From: Wendelin Date: Mon, 28 Jul 2025 15:06:50 +0200 Subject: [PATCH] Fix bt dashboard --- .../bluetooth/bluetooth-config-dashboard.ts | 39 ++++++++++--------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/src/panels/config/integrations/integration-panels/bluetooth/bluetooth-config-dashboard.ts b/src/panels/config/integrations/integration-panels/bluetooth/bluetooth-config-dashboard.ts index 4b9fe01df5..8bdc125cab 100644 --- a/src/panels/config/integrations/integration-panels/bluetooth/bluetooth-config-dashboard.ts +++ b/src/panels/config/integrations/integration-panels/bluetooth/bluetooth-config-dashboard.ts @@ -99,20 +99,20 @@ export class BluetoothConfigDashboard extends LitElement {

- - ${this.hass.localize( - "ui.panel.config.bluetooth.advertisement_monitor" - )} - - - ${this.hass.localize( - "ui.panel.config.bluetooth.visualization" - )} - + + ${this.hass.localize("ui.panel.config.bluetooth.visualization")} +
- - ${this.hass.localize( - "ui.panel.config.bluetooth.connection_monitor" - )} - + ${this.hass.localize( + "ui.panel.config.bluetooth.connection_monitor" + )} +
@@ -217,7 +218,7 @@ export class BluetoothConfigDashboard extends LitElement { } .card-actions { display: flex; - justify-content: space-between; + justify-content: flex-end; } `, ];