mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-03 06:27:47 +00:00
enable toggling from entities card
This commit is contained in:
parent
05ad7ea011
commit
20ca642e51
@ -80,6 +80,7 @@ export const DOMAINS_TOGGLE = new Set([
|
|||||||
"switch",
|
"switch",
|
||||||
"group",
|
"group",
|
||||||
"automation",
|
"automation",
|
||||||
|
"humidifier",
|
||||||
]);
|
]);
|
||||||
|
|
||||||
/** Temperature units. */
|
/** Temperature units. */
|
||||||
|
@ -53,6 +53,7 @@ class HaEntityHumidifier extends HaEntityToggle {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
}
|
}
|
||||||
|
|
||||||
${super.styles}
|
${super.styles}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user