Skip to content

Commit

Permalink
Version bump and removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
laetificat committed May 27, 2019
1 parent 4831c2f commit b559711
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion haanna/haanna.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ def get_active_mode(root, schema_ids):
"""Gets the mode from a (list of) rule id(s)"""
active=False
for schema_id in schema_ids:
print(root.find("rule[@id='" + schema_id + "']/active").text)
if root.find("rule[@id='" + schema_id + "']/active").text == 'true':
active=True
break
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def readme():

setup(
name='haanna',
version='0.6.2',
version='0.7.0',
description='Plugwise Anna API to use in conjunction with Home Assistant.',
long_description='Plugwise Anna API to use in conjunction with Home Assistant, but it can also be used without Home Assistant.',
keywords='HomeAssistant HA Home Assistant Anna Plugwise',
Expand Down

0 comments on commit b559711

Please sign in to comment.