Skip to content

Commit

Permalink
Flux led update lib (#6763)
Browse files Browse the repository at this point in the history
* Update flux_led lib
  • Loading branch information
Danielhiversen committed Mar 23, 2017
1 parent 8a86ec5 commit 3acd926
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/flux_led.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
PLATFORM_SCHEMA)
import homeassistant.helpers.config_validation as cv

REQUIREMENTS = ['flux_led==0.15']
REQUIREMENTS = ['flux_led==0.16']

_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 @@ -161,7 +161,7 @@ fitbit==0.2.3
fixerio==0.1.1

# homeassistant.components.light.flux_led
flux_led==0.15
flux_led==0.16

# homeassistant.components.notify.free_mobile
freesms==0.1.1
Expand Down

0 comments on commit 3acd926

Please sign in to comment.