mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 08:17:08 +00:00
And fix the part where I'm being stupid
This commit is contained in:
parent
cb54fb5a64
commit
7087c20c4f
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user