enable toggling from entities card

This commit is contained in:
Denis Shulyaka 2020-06-04 01:15:11 +03:00
parent 05ad7ea011
commit 20ca642e51
2 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,7 @@ export const DOMAINS_TOGGLE = new Set([
"switch", "switch",
"group", "group",
"automation", "automation",
"humidifier",
]); ]);
/** Temperature units. */ /** Temperature units. */

View File

@ -53,6 +53,7 @@ class HaEntityHumidifier extends HaEntityToggle {
display: inline-block; display: inline-block;
direction: ltr; direction: ltr;
} }
${super.styles} ${super.styles}
`; `;
} }