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