mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02:00
Do not add availability feature to dimmer - it works differently
This commit is contained in:
@@ -227,7 +227,3 @@ class WemoDimmer(Light):
|
||||
else:
|
||||
brightness = 255
|
||||
self.wemo.set_brightness(brightness)
|
||||
|
||||
def turn_off(self, **kwargs):
|
||||
"""Turn the dimmer off."""
|
||||
self.wemo.off()
|
||||
|
Reference in New Issue
Block a user