Skip to content

Commit

Permalink
Bump backend to 0.5.3 - v0.1.8 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouwh authored Aug 2, 2022
1 parent a1d99ff commit 78566da
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions custom_components/elro_connects/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"config_flow": true,
"documentation": "https://github.com/jbouwh/ha-elro-connects",
"issue_tracker": "https://github.com/jbouwh/ha-elro-connects/issues",
"requirements": ["lib-elro-connects==0.5.2"],
"requirements": ["lib-elro-connects==0.5.3"],
"codeowners": ["@jbouwh"],
"iot_class": "local_polling",
"version": "0.1.7"
"version": "0.1.8"
}
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pre-commit
lib-elro-connects==0.5.2
lib-elro-connects==0.5.3
homeassistant
pytest-homeassistant-custom-component
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ fnvhash==0.1.0

lru-dict==1.1.7

lib-elro-connects==0.5.2
lib-elro-connects==0.5.3

pytest-homeassistant-custom-component
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.7
0.1.8

0 comments on commit 78566da

Please sign in to comment.