mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-06 16:07:48 +00:00
Restore hui-humidifier-card.ts
This commit is contained in:
parent
07671ba1d4
commit
f5d3237b06
@ -61,7 +61,7 @@ export class HuiHumidifierCard extends LitElement implements LovelaceCard {
|
||||
@internalProperty() private _setHum?: number;
|
||||
|
||||
public getCardSize(): number {
|
||||
return 12;
|
||||
return 5;
|
||||
}
|
||||
|
||||
public setConfig(config: HumidifierCardConfig): void {
|
||||
@ -276,6 +276,10 @@ export class HuiHumidifierCard extends LitElement implements LovelaceCard {
|
||||
|
||||
static get styles(): CSSResult {
|
||||
return css`
|
||||
:host {
|
||||
display: block;
|
||||
}
|
||||
|
||||
ha-card {
|
||||
height: 100%;
|
||||
position: relative;
|
||||
|
Loading…
x
Reference in New Issue
Block a user