mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
Change Error Message when Turning off ISY994 Light (#8131)
This commit is contained in:
parent
b6d335f993
commit
4d2b79156d
@ -56,7 +56,7 @@ class ISYLightDevice(isy.ISYDevice, Light):
|
||||
def turn_off(self, **kwargs) -> None:
|
||||
"""Send the turn off command to the ISY994 light device."""
|
||||
if not self._node.off():
|
||||
_LOGGER.debug("Unable to turn on light")
|
||||
_LOGGER.debug("Unable to turn off light")
|
||||
|
||||
def turn_on(self, brightness=None, **kwargs) -> None:
|
||||
"""Send the turn on command to the ISY994 light device."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user