mirror of
https://github.com/home-assistant/frontend.git
synced 2026-07-21 18:47:04 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 081a13b3d7 |
+1
@@ -222,6 +222,7 @@ export class BluetoothAdvertisementMonitorPanel extends LitElement {
|
|||||||
filter=${this.address || ""}
|
filter=${this.address || ""}
|
||||||
clickable
|
clickable
|
||||||
.tabs=${bluetoothTabs}
|
.tabs=${bluetoothTabs}
|
||||||
|
back-path="/config"
|
||||||
></hass-tabs-subpage-data-table>
|
></hass-tabs-subpage-data-table>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|||||||
+1
@@ -161,6 +161,7 @@ export class BluetoothConfigDashboard extends LitElement {
|
|||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
.route=${this.route}
|
.route=${this.route}
|
||||||
.tabs=${bluetoothTabs}
|
.tabs=${bluetoothTabs}
|
||||||
|
back-path="/config"
|
||||||
>
|
>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<ha-card
|
<ha-card
|
||||||
|
|||||||
+1
@@ -225,6 +225,7 @@ export class BluetoothConnectionMonitorPanel extends LitElement {
|
|||||||
)}
|
)}
|
||||||
@grouping-changed=${this._handleGroupingChanged}
|
@grouping-changed=${this._handleGroupingChanged}
|
||||||
@collapsed-changed=${this._handleCollapseChanged}
|
@collapsed-changed=${this._handleCollapseChanged}
|
||||||
|
back-path="/config"
|
||||||
></hass-tabs-subpage-data-table>
|
></hass-tabs-subpage-data-table>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|||||||
+1
@@ -124,6 +124,7 @@ export class BluetoothNetworkVisualization extends LitElement {
|
|||||||
.narrow=${this.narrow}
|
.narrow=${this.narrow}
|
||||||
.route=${this.route}
|
.route=${this.route}
|
||||||
.tabs=${bluetoothTabs}
|
.tabs=${bluetoothTabs}
|
||||||
|
back-path="/config"
|
||||||
>
|
>
|
||||||
<ha-network-graph
|
<ha-network-graph
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
|
|||||||
@@ -111,6 +111,7 @@ class ZHAConfigDashboard extends LitElement {
|
|||||||
.narrow=${this.narrow}
|
.narrow=${this.narrow}
|
||||||
.route=${this.route}
|
.route=${this.route}
|
||||||
.tabs=${zhaTabs}
|
.tabs=${zhaTabs}
|
||||||
|
back-path="/config"
|
||||||
has-fab
|
has-fab
|
||||||
>
|
>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|||||||
@@ -101,6 +101,7 @@ export class ZHAGroupsDashboard extends LitElement {
|
|||||||
return html`
|
return html`
|
||||||
<hass-tabs-subpage-data-table
|
<hass-tabs-subpage-data-table
|
||||||
.tabs=${zhaTabs}
|
.tabs=${zhaTabs}
|
||||||
|
back-path="/config"
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
.narrow=${this.narrow}
|
.narrow=${this.narrow}
|
||||||
.route=${this.route}
|
.route=${this.route}
|
||||||
|
|||||||
+1
@@ -54,6 +54,7 @@ export class ZHANetworkVisualizationPage extends LitElement {
|
|||||||
return html`
|
return html`
|
||||||
<hass-tabs-subpage
|
<hass-tabs-subpage
|
||||||
.tabs=${zhaTabs}
|
.tabs=${zhaTabs}
|
||||||
|
back-path="/config"
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
.narrow=${this.narrow}
|
.narrow=${this.narrow}
|
||||||
.isWide=${this.isWide}
|
.isWide=${this.isWide}
|
||||||
|
|||||||
+1
@@ -151,6 +151,7 @@ class ZWaveJSConfigDashboard extends SubscribeMixin(LitElement) {
|
|||||||
.narrow=${this.narrow}
|
.narrow=${this.narrow}
|
||||||
.route=${this.route}
|
.route=${this.route}
|
||||||
.tabs=${configTabs}
|
.tabs=${configTabs}
|
||||||
|
back-path="/config"
|
||||||
has-fab
|
has-fab
|
||||||
>
|
>
|
||||||
<ha-icon-button
|
<ha-icon-button
|
||||||
|
|||||||
@@ -67,6 +67,7 @@ class ZWaveJSLogs extends SubscribeMixin(LitElement) {
|
|||||||
.narrow=${this.narrow}
|
.narrow=${this.narrow}
|
||||||
.route=${this.route}
|
.route=${this.route}
|
||||||
.tabs=${configTabs}
|
.tabs=${configTabs}
|
||||||
|
back-path="/config"
|
||||||
>
|
>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<ha-card>
|
<ha-card>
|
||||||
|
|||||||
+1
@@ -77,6 +77,7 @@ export class ZWaveJSNetworkVisualization extends SubscribeMixin(LitElement) {
|
|||||||
.narrow=${this.narrow}
|
.narrow=${this.narrow}
|
||||||
.route=${this.route}
|
.route=${this.route}
|
||||||
.tabs=${configTabs}
|
.tabs=${configTabs}
|
||||||
|
back-path="/config"
|
||||||
>
|
>
|
||||||
<ha-network-graph
|
<ha-network-graph
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
|
|||||||
Reference in New Issue
Block a user