mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Correct docstring in Skybell (#42218)
This commit is contained in:
parent
93841e3e0c
commit
d1c8485297
@ -58,7 +58,7 @@ class SkybellSwitch(SkybellDevice, SwitchEntity):
|
|||||||
setattr(self._device, self._switch_type, True)
|
setattr(self._device, self._switch_type, True)
|
||||||
|
|
||||||
def turn_off(self, **kwargs):
|
def turn_off(self, **kwargs):
|
||||||
"""Turn on the switch."""
|
"""Turn off the switch."""
|
||||||
setattr(self._device, self._switch_type, False)
|
setattr(self._device, self._switch_type, False)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
x
Reference in New Issue
Block a user