Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
remove redundant gateway attribute from gateway binary sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
rlippmann committed Oct 11, 2023
1 parent f7925a9 commit 5e7a15c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/adtpulse/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ def __init__(self, coordinator: ADTPulseDataUpdateCoordinator, site: ADTPulseSit
LOG.debug(
"%s: adding gateway status sensor for site %s", ADTPULSE_DOMAIN, site.name
)
self._gateway = site.gateway
self._device_class = BinarySensorDeviceClass.CONNECTIVITY
self._name = f"ADT Pulse Gateway Status - Site: {site.name}"
super().__init__(coordinator, self._name)
Expand Down

0 comments on commit 5e7a15c

Please sign in to comment.