yeah, but the alarm panel is nicer, it works now, no error anymore
can you post your (final) solution so that others have a chance to fix it quickly too?
Yeah, see 2 post back, just added that one line in the js file, then do a clear cache afterwards
Hello guys, I want to make, when I arm my alarm, to hide all dashboards (not accessible) for all users.
When user enters the code, then to unhide all my dashboard from my header.
Is it doable?
Sorry if this question or similar already have been questionedā¦
Thanks
Is this custom Alarm Card still active? My only āissueā the the baked in Alarm Card is that there doesnāt appear to be an option to scale it. This custom card apparently had a āscaleā feature, but when I click on any of the links I get a file not found error?
This one?
Thank you.
Io in HACS non trovo questo componente, e non trovo la repository da aggiungere.
Mi potete dare il link della repo? Grazie
You need to install manually
Eā necessario solo il file alarm_control_panel-card.js dentro la cartella www?
Poi cāĆØ da aggiungere altro? Non ho mai fatto queste operazioni manualmenteā¦
Yes, and then manually add it to your Lovelace resources
Ho creato una cartella dentro www nominata ācustom_alarm_panelā ( /config/www/custom_alarm_panel/alarm_control_panel-card.js ).
In confiurazioni > plance > risorse ho creato una nuova risorsa ā/local/custom_alarm_panel/alarm_control_panel-card.jsā (tipo Modulo JavaScript).
Ho provato a creare la card ma dice
**Cannot add property scale, object is not extensible**
type: custom:alarm_control_panel-card
entity: alarm_control_panel.control_state_home
hide_keypad: false
title: My Alarm
style: '--alarm-color-disarmed: var(--label-badge-blue);'
states:
- arm_home
- arm_away
type: custom:alarm_control_panel-card
entity: alarm_control_panel.control_state_home
hide_keypad: true
title: My Alarm
style: '--alarm-color-disarmed: var(--label-badge-blue);'
states:
- arm_home
- arm_away
labels:
ui.card.alarm_control_panel.code: Inserire un codice a 4 cifre
state.alarm_control_panel.arm_away: Away!!
I have the same problem. did you find a solution?