Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
device manufacturer is corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
gunkutzeybek committed Jun 29, 2022
1 parent e61ffae commit 775f74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/hikaxpro/alarm_control_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def device_info(self) -> DeviceInfo:
"""Return device info for this device."""
return DeviceInfo(
identifiers={(DOMAIN, self.unique_id)},
manufacturer="Antifurto365 - Meian",
manufacturer="Hikvision - Ax Pro",
name=self.name,
)

Expand Down

0 comments on commit 775f74b

Please sign in to comment.