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
No known key found for this signature in database
GPG Key ID: 61AFBDB270AC7F3E

View File

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