diff --git a/src/adjustor/core/const.py b/src/adjustor/core/const.py index 49fc60a..55cab13 100644 --- a/src/adjustor/core/const.py +++ b/src/adjustor/core/const.py @@ -218,5 +218,5 @@ class AsusTDP(TypedDict): ASUS_DATA: dict[str, AsusTDP] = { "ROG Ally RC71L": ALLY_DATA, "ROG Ally X RC72L": ALLYX_DATA, - "ROG Flow Z13 GZ302EA": Z1_DATA, + "ROG Flow Z13 GZ302": Z1_DATA, }