And3rsL / VisonicAlarm-for-Hassio

Visonic/Bentel/Tyco Alarm System integrtation for Home Assistant
MIT License
22 stars 12 forks source link

Code arm required #34

Open PetitBiscuit77 opened 3 weeks ago

PetitBiscuit77 commented 3 weeks ago

Since HA core 2024.6 I encountered an issue when I want arm with alarm panel. There is a change with this version and when I armed I got this message "Arming requires a code but none was given for alarm_control_panel.visonic" this sentense appears because by default now we have this option set True so code_arm_required: false needs to be set for the alarm_control_panel of the visonic integration otherwise I can't arm manually or with my automation without code Please let me know if it's possible to integrade this setting on integration During this time I have rollback on previous version Thanks you

PetitBiscuit77 commented 3 weeks ago

You can check this fix

https://github.com/home-assistant/core/pull/118961

pawellygan commented 1 week ago

Since HA core 2024.6 I encountered an issue when I want arm with alarm panel. There is a change with this version and when I armed I got this message "Arming requires a code but none was given for alarm_control_panel.visonic" this sentense appears because by default now we have this option set True so code_arm_required: false needs to be set for the alarm_control_panel of the visonic integration otherwise I can't arm manually or with my automation without code Please let me know if it's possible to integrade this setting on integration During this time I have rollback on previous version Thanks you

did you solve it? I'm facing same issues with code

PetitBiscuit77 commented 1 week ago

Since HA core 2024.6 I encountered an issue when I want arm with alarm panel. There is a change with this version and when I armed I got this message "Arming requires a code but none was given for alarm_control_panel.visonic" this sentense appears because by default now we have this option set True so code_arm_required: false needs to be set for the alarm_control_panel of the visonic integration otherwise I can't arm manually or with my automation without code Please let me know if it's possible to integrade this setting on integration During this time I have rollback on previous version Thanks you

did you solve it? I'm facing same issues with code

Yes but with a workaround because I wait the next development from the owner. You can fix it if you add the line _attrarm......: image