parent
59f238b9a7
commit
94e192db12
3 changed files with 4 additions and 2 deletions
|
@ -72,6 +72,8 @@ class ZwaveSirenEntity(ZWaveBaseEntity, SirenEntity):
|
|||
if self._attr_available_tones:
|
||||
self._attr_supported_features |= SirenEntityFeature.TONES
|
||||
|
||||
self._attr_name = self.generate_name(include_value_name=True)
|
||||
|
||||
@property
|
||||
def is_on(self) -> bool | None:
|
||||
"""Return whether device is on."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue