Skip to content

Commit

Permalink
Bump HA version to 2022.6 (iMicknl#92)
Browse files Browse the repository at this point in the history
* Update min requirements to 2022.6

* Bugfix
  • Loading branch information
iMicknl authored Jun 15, 2022
1 parent 49a7493 commit c8dc71f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"binary_sensor",
"sensor"
],
"homeassistant": "2022.3",
"homeassistant": "2022.6",
"render_readme": "true",
"iot_class": "Cloud Polling"
}
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
homeassistant==2022.3.3
homeassistant==2022.6.6
pre-commit
4 changes: 2 additions & 2 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements_dev.txt

pytest==7.0.1
pytest-homeassistant-custom-component==0.7.2 # 2022.3.3
pytest==7.1.1
pytest-homeassistant-custom-component==0.9.16 # 2022.6.6
pytest-timeout==2.1.0

0 comments on commit c8dc71f

Please sign in to comment.