Create an issue if Shelly TRV is not calibrated (#96952)

* Create issue if Shelly Valve is not calibrated

* Add test

* Improve test

* Improve issue description

* Restart -> reboot
This commit is contained in:
Maciej Bieniek 2023-07-21 12:20:03 +00:00 committed by GitHub
parent 878a4f1bb9
commit 2e156e56bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 77 additions and 2 deletions

View file

@ -178,3 +178,5 @@ class BLEScannerMode(StrEnum):
MAX_PUSH_UPDATE_FAILURES = 5
PUSH_UPDATE_ISSUE_ID = "push_update_{unique}"
NOT_CALIBRATED_ISSUE_ID = "not_calibrated_{unique}"