And fix the part where I'm being stupid

This commit is contained in:
Alfie "Azelphur" Day
2015-05-19 02:33:37 +01:00
parent cb54fb5a64
commit 7087c20c4f

View File

@@ -66,7 +66,7 @@ class LimitlessLED(ToggleEntity):
self._name = name or DEVICE_DEFAULT_NAME
self._state = STATE_OFF
self._brightness = brightness
self._brightness = 100
@property
def should_poll(self):