mirror of
https://github.com/home-assistant/core.git
synced 2025-08-09 15:45:08 +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:
|
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()
|
|
||||||
|
Reference in New Issue
Block a user