diff --git a/custom_components/hikvision_axpro/alarm_control_panel.py b/custom_components/hikvision_axpro/alarm_control_panel.py index db653d3..6652cdc 100644 --- a/custom_components/hikvision_axpro/alarm_control_panel.py +++ b/custom_components/hikvision_axpro/alarm_control_panel.py @@ -68,7 +68,7 @@ def code_format(self) -> CodeFormat | None: return self.__get_code_format(self.coordinator.code_format) def __get_code_format(self, code_format_str) -> CodeFormat: - """Returns CodeFormat according to the given code fomrat string.""" + """Returns CodeFormat according to the given code format string.""" code_format: CodeFormat = None if not self.coordinator.use_code: