Use device class naming for SimpliSafe (#96093)
This commit is contained in:
parent
7f184e05e3
commit
a0d54e8f4e
4 changed files with 9 additions and 2 deletions
|
@ -111,7 +111,6 @@ class BatteryBinarySensor(SimpliSafeEntity, BinarySensorEntity):
|
|||
"""Initialize."""
|
||||
super().__init__(simplisafe, system, device=device)
|
||||
|
||||
self._attr_name = "Battery"
|
||||
self._attr_unique_id = f"{super().unique_id}-battery"
|
||||
self._device: DeviceV3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue