kukulich / home-assistant-jablotron100

Home Assistant custom component for JABLOTRON 100+ alarm system
MIT License
65 stars 24 forks source link

Arming stopped working #95

Closed fxxer closed 2 months ago

fxxer commented 2 months ago

Last few day arming stopped working. I had it set not to require code to arm (as before) and it stopped working and have this error: Failed to call service alarm_control_panel/alarm_arm_away. Validation error: Arming requires a code but none was given for alarm_control_panel.section_3

Was there any change in integration? Admin code is set as before, I did not change it lately. Thanks

If I turn to require code to arm, it is working. But before the code entered during setup was enough.

kukulich commented 2 months ago

You have to set default code for the section - that’s new HA feature

fxxer commented 2 months ago

Thanks, I was not aware of this change