Full switch from fhem to homematic ccu + frontend cleanup

This commit is contained in:
Martin Bauer
2021-09-19 08:36:59 +00:00
parent 33356fa8ca
commit a0e498edeb
23 changed files with 1921 additions and 1815 deletions

View File

@@ -77,6 +77,12 @@ export class StateCardCustomCover extends LitElement {
.state {
white-space: nowrap;
}
ha-icon-button {
width: 35px;
--mdc-icon-size: 25px;
}
[invisible] {
visibility: hidden !important;
}
@@ -93,10 +99,6 @@ export class StateCardCustomCover extends LitElement {
@click=${this.onOpenTap}
.disabled="${this.computeOpenDisabled(stateObj, this.entityObj)}"
></ha-icon-button>
<ha-icon-button
icon="hass:stop"
@click=${this.onStopTap}
></ha-icon-button>
<ha-icon-button
icon="hass:arrow-down"
@click=${this.onCloseTap}