1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-29 15:43:55 +00:00

Set abode and rfxtrx binary_sensor name to None

This commit is contained in:
Erik
2023-06-12 13:30:29 +02:00
parent 32c1337b73
commit a280388d4b
2 changed files with 2 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ async def async_setup_entry(
class AbodeBinarySensor(AbodeDevice, BinarySensorEntity):
"""A binary sensor implementation for Abode device."""
_attr_name = None
_device: ABBinarySensor
@property

View File

@@ -130,6 +130,7 @@ class RfxtrxBinarySensor(RfxtrxEntity, BinarySensorEntity):
"""
_attr_force_update = True
_attr_name = None
def __init__(
self,