May I ask regarding the code related option from previous version, I saw you have put extra code for multi user (not working yet).
In this latest version, you have remove this extra code for multi user.
Will it be possible to have this multi user option code in next release version or ?
Great to see that you are diving into themeing! Currently Iām already using frontend theme functionality (including time-based automatic switching) that is built into Home Assistant (https://www.home-assistant.io/components/frontend/#themes), and currently those themes break the design of the alarm panel. Canāt wait for the update
Thank for your support.
Iāve just found the solution. A ārestartā from HA wanāt enough, it looks like I had to do a full reboot of the Rpi and known it works perfectly!
The only thing I canāt find directly is the following:
hide_custom_panel: False
#[OPTIONAL] - True by default. Setting this to False enables a custom panel below the sensors groups which allows you to add your own html code. Use this to bring any other features you
#would like to see for example displaying live camera feeds, a rotating image gallery, custom HA buttons and sensors. To use this enable the custom panel in alarm.yaml (custom_panel: True) then
#ensure you take a copy of custom-element.html and add it to you www/alarm/ folder. Edit the html code between the <template> tags. I'm have added a **custom sample folder** where I will upload
#examples of 'things' which can be added here. Please contribute!!!
Iāve set this to false, but Iām not sure how to add my security cams into the HTML code. Are there examples of this? I canāt find this ācustom sample folderā
Regarding the camera. You can try camera.your_camera_name
Regarding the tab. I never try as well. You can try group tab with alarm_control_panel.youralarmname
@gazoscalvertos Ok, I havent updated for some time now due to limited time to test the new versions, and as I can see you have made a real progress here! Congrats, Kudos or whatever you like! It really is an amazing job!
So, I tried to update to the latest version, and I think I updated every file or setting you made so far, but it seems I am missing something. Can you help me out?
After 3 hours of trying to find out what is wrong, I am fine. All I had to do was reboot my raspberry (that means force reboot homeassistant). It is fine now. I will check for bugs and functions this weekend. Awesome work again! Keep going!
Ok, third post in a row. Sorry for that.
everything is working fine, but whenever I arm the alarm i get this error:
http://192.168.1.3:8123/frontend/panels/alarm-d57b10e39d1ad1bff4a816276bfa02b8.html:240:9 Uncaught SyntaxError: Identifier 'HaPanelAlarm' has already been declared
Even though everything seems to be OK. It arms etc. Any ideas?
Hi all - I am new here, so apologies for the real basic question that follows - this component looks amazing and canāt wait to get going!
Unfortunately Iām stuck at the start - have followed in setup instructions on GitHub but get a config error āPlatform not found: alarm_control_panel.bwalarmā
The entry in my configuration.yaml is: alarm_control_panel: !include alarm.yaml
The entry in alarm.yaml then: platform: bwalarm
The bwalarm.py file is in homeassistant/custom_components/alarm_control_panel/
Just a quick question - does the current or previous versions work without obvious glitches with the current Hass.io version?
I have Hass.io 0.64.3 installed, but havenāt upgraded yes at some reported issues with this alarm panel.