Fix ArestSwitchBase missing is on attribute (#55483)
This commit is contained in:
parent
bd60a58765
commit
71c6f99d31
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ class ArestSwitchBase(SwitchEntity):
|
|||
self._resource = resource
|
||||
self._attr_name = f"{location.title()} {name.title()}"
|
||||
self._attr_available = True
|
||||
self._attr_is_on = False
|
||||
|
||||
|
||||
class ArestSwitchFunction(ArestSwitchBase):
|
||||
|
|
Loading…
Add table
Reference in a new issue