Skip to content

Commit

Permalink
Amending formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-deptula committed Dec 2, 2024
1 parent 63761c2 commit 7869976
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/deye_sensors_deye_sg01hp3.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@
)

deye_sg01hp3_inverter_500 = EnumValueSensor(
"Running status", 500, mqtt_topic_suffix="inverter/status", groups=["deye_sg01hp3"], enum_values={0: "standby", 1: "selfcheck", 2: "normal", 3: "alarm", 4: "fault"}
"Running status",
500,
mqtt_topic_suffix="inverter/status",
groups=["deye_sg01hp3"],
enum_values={0: "standby", 1: "selfcheck", 2: "normal", 3: "alarm", 4: "fault"},
)

deye_sg01hp3_solar_672 = SingleRegisterSensor(
Expand Down

0 comments on commit 7869976

Please sign in to comment.