mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 02:38:53 +00:00
Be smarter when to show group toggle
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import {
|
||||
reactor,
|
||||
serviceGetters,
|
||||
} from '../util/home-assistant-js-instance';
|
||||
} from './home-assistant-js-instance';
|
||||
|
||||
// Return boolean if entity can be toggled.
|
||||
export default function canToggle(entityId) {
|
||||
|
||||
Reference in New Issue
Block a user