Skip to content

Commit

Permalink
Fix ENL_OP_CODES of Refrigerator
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed May 13, 2024
1 parent 363b5c1 commit f88ca34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/echonetlite/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@
CONF_TYPE: NumberDeviceClass.TEMPERATURE,
CONF_MINIMUM: 1,
CONF_MAXIMUM: 0xFF,
CONF_MAX_OPC: {"code": 0xE0, "key": "refrigerator"},
CONF_MAX_OPC: [0xE0, "refrigerator"],
},
}, # "Refrigerator compartment temperature level setting",
0xEA: {
Expand Down

0 comments on commit f88ca34

Please sign in to comment.