Skip to content

Commit

Permalink
Remove deprecated fan speeds.
Browse files Browse the repository at this point in the history
  • Loading branch information
twrecked committed Apr 9, 2022
1 parent 3fb24c7 commit 13505aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.7.5: Remove depracted fan speeds
0.7.6: Remove depracted fan speeds
0.7.4: Fix attributes issue.
0.7.3: Add percentage support to fan
Allow user to set availability of the device
Expand Down
2 changes: 1 addition & 1 deletion custom_components/virtual/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

import voluptuous as vol

__version__ = '0.7.5'
__version__ = '0.7.6'

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion custom_components/virtual/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": [],
"codeowners": [ "@twrecked" ],
"requirements": [],
"version": "0.7.5",
"version": "0.7.6",
"iot_class": "local_push"
}

0 comments on commit 13505aa

Please sign in to comment.