Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/light/limitlessled.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
color_temperature_mired_to_kelvin, color_hs_to_RGB)
from homeassistant.helpers.restore_state import async_get_last_state

REQUIREMENTS = ['limitlessled==1.1.0']
REQUIREMENTS = ['limitlessled==1.1.2']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ liffylights==0.9.4
lightify==1.0.6.1

# homeassistant.components.light.limitlessled
limitlessled==1.1.0
limitlessled==1.1.2

# homeassistant.components.linode
linode-api==4.1.9b1
Expand Down