Skip to content

Commit

Permalink
Debug JAZ
Browse files Browse the repository at this point in the history
  • Loading branch information
OStrama authored Jan 16, 2025
1 parent f0484e3 commit 3bc2bc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/weishaupt_modbus/hpconst.py
Original file line number Diff line number Diff line change
Expand Up @@ -1139,10 +1139,11 @@
PARAMS_CALCJAZ: dict = {
"min": 0,
"max": 50,
"denominator": "el_energie_jahr",
"val_1": "el_energie_jahr",
"precision": 2,
"stateclass": SensorStateClass.MEASUREMENT,
"icon": "mdi:sigma",
"calculation": "val_0 / val_1",
}

PARAMS_ALERT: dict = {"icon": "mdi:alert"}
Expand Down

0 comments on commit 3bc2bc7

Please sign in to comment.