Do not add availability feature to dimmer - it works differently
This commit is contained in:
parent
453e256a23
commit
f64e717981
1 changed files with 0 additions and 4 deletions
|
@ -227,7 +227,3 @@ class WemoDimmer(Light):
|
||||||
else:
|
else:
|
||||||
brightness = 255
|
brightness = 255
|
||||||
self.wemo.set_brightness(brightness)
|
self.wemo.set_brightness(brightness)
|
||||||
|
|
||||||
def turn_off(self, **kwargs):
|
|
||||||
"""Turn the dimmer off."""
|
|
||||||
self.wemo.off()
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue