mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-01-06 14:45:46 +01:00
Merge pull request #1257 from tt-tom17/main
DEV 4.4.0.4 - Update NSPanelTs.ts
This commit is contained in:
@@ -1456,7 +1456,7 @@ async function InitConfigParameters() {
|
||||
// Trigger DP for hiddenCards (with hiddenByTrigger)
|
||||
if (existsObject(NSPanel_Path + 'Config.hiddenCards') == false) {
|
||||
await createStateAsync(NSPanel_Path + 'Config.hiddenCards', false, { type: 'boolean', write: true });
|
||||
setObject(AliasPath + 'Config.Screensaver.hiddenCards', { type: 'channel', common: { role: 'socket', name: 'HiddenCrads' }, native: {} });
|
||||
setObject(AliasPath + 'Config.hiddenCards', { type: 'channel', common: { role: 'socket', name: 'hiddenCards' }, native: {} });
|
||||
await createAliasAsync(AliasPath + 'Config.hiddenCards.ACTUAL', NSPanel_Path + 'Config.hiddenCards', true, <iobJS.StateCommon>{
|
||||
type: 'boolean',
|
||||
role: 'switch',
|
||||
|
||||
Reference in New Issue
Block a user