mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Fix wrong name handling in rfxtrx sensor (#4531)
This commit is contained in:
parent
ce13b0989d
commit
8e776b4dc0
@ -124,7 +124,7 @@ class RfxtrxSensor(Entity):
|
||||
@property
|
||||
def name(self):
|
||||
"""Get the name of the sensor."""
|
||||
return self._name
|
||||
return "{} {}".format(self._name, self.data_type)
|
||||
|
||||
@property
|
||||
def device_state_attributes(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user