Fix alarm default code in concord232 (#119691)

pull/119713/head
G Johansson 2024-06-14 20:45:27 +02:00 committed by GitHub
parent 6bdfed6910
commit 05cbda0e50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ class Concord232Alarm(AlarmControlPanelEntity):
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)