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 committed by Fabian Affolter
parent f52412df41
commit 2b444b0a28

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):