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:
@@ -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
|
||||
|
||||
@@ -130,6 +130,7 @@ class RfxtrxBinarySensor(RfxtrxEntity, BinarySensorEntity):
|
||||
"""
|
||||
|
||||
_attr_force_update = True
|
||||
_attr_name = None
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user