Skip to content

Commit

Permalink
Fix alarm default code in concord232 (#119691)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjohansson-ST authored and frenck committed Jun 15, 2024
1 parent 204e9a7 commit 2d4176d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/concord232/alarm_control_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def __init__(self, url, name, code, mode):

self._attr_name = name
self._code = code
self._alarm_control_panel_option_default_code = code
self._mode = mode
self._url = url
self._alarm = concord232_client.Client(self._url)
Expand Down

0 comments on commit 2d4176d

Please sign in to comment.