parent
59f238b9a7
commit
94e192db12
3 changed files with 4 additions and 2 deletions
|
@ -206,7 +206,7 @@ class ZWaveBaseEntity(Entity):
|
|||
):
|
||||
name += f" ({primary_value.endpoint})"
|
||||
|
||||
return name
|
||||
return name.strip()
|
||||
|
||||
@property
|
||||
def available(self) -> bool:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue