We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc6f5d commit d0c6a0dCopy full SHA for d0c6a0d
1 file changed
src/App.vue
@@ -49,7 +49,6 @@ import {
49
initializeCompanionIntegration,
50
} from "./plugins/companion";
51
import {
52
- getKioskModePreference,
53
subscribeToHAProperties,
54
unsubscribeFromHAProperties,
55
} from "./plugins/homeassistant";
@@ -200,8 +199,7 @@ const completeInitialization = async () => {
200
199
201
// Enable kiosk mode when running in Home Assistant ingress
202
if (store.isIngressSession && serverInfo.homeassistant_addon) {
203
- const kioskPref = getKioskModePreference();
204
- subscribeToHAProperties({ kioskMode: kioskPref, router });
+ subscribeToHAProperties({ kioskMode: true, router });
205
}
206
207
if (api.baseUrl) {
0 commit comments