Skip to content

Commit

Permalink
Merge pull request #87 from vincentwolsink/production_icon
Browse files Browse the repository at this point in the history
Add nice icon for production switch
  • Loading branch information
vincentwolsink authored Aug 29, 2023
2 parents 863a178 + 295824d commit 65b8c4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/enphase_envoy/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,5 +387,6 @@ def get_model_name(model, hardware_id):
PRODUCION_POWER_SWITCH = SwitchEntityDescription(
key="production_power",
name="Production",
icon="mdi:solar-power",
device_class=SwitchDeviceClass.SWITCH,
)

0 comments on commit 65b8c4d

Please sign in to comment.