Skip to content

Commit

Permalink
fix: Bump PyFoldingAtHomeControl to 2.0.1
Browse files Browse the repository at this point in the history
Enable heartbeat
  • Loading branch information
eifinger committed May 12, 2021
1 parent bf2bb27 commit 61c6c97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion custom_components/foldingathomecontrol/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
UNSUB_DISPATCHERS = "unsub_dispatchers"
DOMAIN = "foldingathomecontrol"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "2.0.12"
VERSION = "2.0.13"
PLATFORMS = ["sensor"]
DATA_UPDATED = f"{DOMAIN}_data_updated"
SENSOR_ADDED = f"{DOMAIN}_sensor_added"
Expand Down
4 changes: 2 additions & 2 deletions custom_components/foldingathomecontrol/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"issue_tracker": "https://github.com/eifinger/hass-foldingathomecontrol/issues",
"dependencies": [],
"config_flow": true,
"version": "2.0.12",
"version": "2.0.13",
"codeowners": [
"@eifinger"
],
"requirements": [
"PyFoldingAtHomeControl==2.0.0"
"PyFoldingAtHomeControl==2.0.1"
],
"iot_class": "local_push"
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest-homeassistant-custom-component==0.3.2
black==21.5b1
pylint==2.8.2
PyFoldingAtHomeControl==2.0.0
PyFoldingAtHomeControl==2.0.1

0 comments on commit 61c6c97

Please sign in to comment.