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:
parent
878a4f1bb9
commit
2e156e56bf
4 changed files with 77 additions and 2 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue