diff --git a/pyhilo/const.py b/pyhilo/const.py index 615a8da..de8ae33 100644 --- a/pyhilo/const.py +++ b/pyhilo/const.py @@ -263,3 +263,8 @@ "43100", "45853", ] + +UNMONITORED_DEVICES: Final = [ + "43076", + "43100", +]