Skip to content

Commit

Permalink
Initialise flag for all bulbs (#168)
Browse files Browse the repository at this point in the history
* Initialise flag for all bulbs

* Bump version
  • Loading branch information
Hate-Usernames authored and Patrik committed Jun 9, 2018
1 parent 1d3b0e8 commit 54340ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pytradfri/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ def __init__(self, device):
self.can_set_temp = None
self.can_set_xy = None
self.can_set_color = None
self.can_combine_commands = None

if ATTR_LIGHT_DIMMER in self.raw[0]:
self.can_set_dimmer = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
long_description = f.read()

VERSION = "5.5"
VERSION = "5.5.1"
DOWNLOAD_URL = \
'https://github.com/ggravlingen/pytradfri/archive/{}.zip'.format(VERSION)

Expand Down

0 comments on commit 54340ff

Please sign in to comment.