Skip to content

Commit

Permalink
[webconnect] Adding operation mode
Browse files Browse the repository at this point in the history
  • Loading branch information
littleyoda committed Sep 28, 2024
1 parent a818eb5 commit d272ddf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions custom_components/pysmaplus/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,10 @@
key="operating_mode_plant_control",
name="Operating Mode Plant Control",
),
"operating_mode": SensorEntityDescription(
key="operating_mode",
name="Operating Mode",
),
"power_setpoint_plant_control": SensorEntityDescription(
key="power_setpoint_plant_control",
name="Power Setpoint Plant Control",
Expand Down

0 comments on commit d272ddf

Please sign in to comment.