Skip to content

Commit

Permalink
Update limitlessled to 1.1.3 (#17703)
Browse files Browse the repository at this point in the history
  • Loading branch information
amelchio authored and Danielhiversen committed Oct 23, 2018
1 parent b773a90 commit 3014930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/light/limitlessled.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
color_temperature_mired_to_kelvin, color_hs_to_RGB)
from homeassistant.helpers.restore_state import async_get_last_state

REQUIREMENTS = ['limitlessled==1.1.2']
REQUIREMENTS = ['limitlessled==1.1.3']

_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 @@ -559,7 +559,7 @@ liffylights==0.9.4
lightify==1.0.6.1

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

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

0 comments on commit 3014930

Please sign in to comment.