mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 13:37: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",
|
||||
"group",
|
||||
"automation",
|
||||
"humidifier",
|
||||
]);
|
||||
|
||||
/** Temperature units. */
|
||||
|
@ -53,6 +53,7 @@ class HaEntityHumidifier extends HaEntityToggle {
|
||||
display: inline-block;
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
${super.styles}
|
||||
`;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user