mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 19:18:20 +00:00
Fix ArestSwitchBase missing is on attribute (#55483)
This commit is contained in:
parent
a724bc21b6
commit
d9056c01a6
@ -88,6 +88,7 @@ class ArestSwitchBase(SwitchEntity):
|
|||||||
self._resource = resource
|
self._resource = resource
|
||||||
self._attr_name = f"{location.title()} {name.title()}"
|
self._attr_name = f"{location.title()} {name.title()}"
|
||||||
self._attr_available = True
|
self._attr_available = True
|
||||||
|
self._attr_is_on = False
|
||||||
|
|
||||||
|
|
||||||
class ArestSwitchFunction(ArestSwitchBase):
|
class ArestSwitchFunction(ArestSwitchBase):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user