mirror of
https://github.com/home-assistant/core.git
synced 2025-07-12 07:47:08 +00:00
Remove unneeded attributes from Airzone Binary Sensors (#70873)
This commit is contained in:
parent
aeb88a8f6a
commit
d999c110a5
@ -127,5 +127,4 @@ class AirzoneZoneBinarySensor(AirzoneZoneEntity, AirzoneBinarySensor):
|
|||||||
self._attr_unique_id = (
|
self._attr_unique_id = (
|
||||||
f"{self._attr_unique_id}_{system_zone_id}_{description.key}"
|
f"{self._attr_unique_id}_{system_zone_id}_{description.key}"
|
||||||
)
|
)
|
||||||
self.attributes = description.attributes
|
|
||||||
self.entity_description = description
|
self.entity_description = description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user