Full switch from fhem to homematic ccu + frontend cleanup
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user