-
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use STATE_CLASS_TOTAL_INCREASING (#145)
* use STATE_CLASS_TOTAL_INCREASING * update pytest-homeassistant-custom-component * change homeassistnat to 2021.9.0 * change homeassistnat to 2021.9.0b2 * fix constraints * fix constraints Co-authored-by: lbbrhzn <@lbbrhzn>
- Loading branch information
lbbrhzn
authored
Sep 6, 2021
1 parent
2a3a3ef
commit 32860b3
Showing
4 changed files
with
14 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
|
||
pre-commit | ||
homeassistant>=2021.6.6 | ||
homeassistant>=2021.8.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
-r requirements_dev.txt | ||
pytest-homeassistant-custom-component==0.4.3 | ||
pytest-homeassistant-custom-component==0.4.4 | ||
websockets | ||
ocpp |