mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 04:36:36 +00:00
🔨 Fix mqtt dev tools missing class (#3359)
This commit is contained in:
parent
4bdc82f0ed
commit
3865c1943c
@ -38,6 +38,7 @@ class HaPanelDevMqtt extends PolymerElement {
|
|||||||
>
|
>
|
||||||
</app-localstorage-document>
|
</app-localstorage-document>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
<ha-card header="Publish a packet">
|
<ha-card header="Publish a packet">
|
||||||
<div class="card-content">
|
<div class="card-content">
|
||||||
<paper-input label="topic" value="{{topic}}"></paper-input>
|
<paper-input label="topic" value="{{topic}}"></paper-input>
|
||||||
@ -52,6 +53,7 @@ class HaPanelDevMqtt extends PolymerElement {
|
|||||||
<mwc-button on-click="_publish">Publish</mwc-button>
|
<mwc-button on-click="_publish">Publish</mwc-button>
|
||||||
</div>
|
</div>
|
||||||
</ha-card>
|
</ha-card>
|
||||||
|
</div>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user