diff --git a/custom_components/enphase_envoy/const.py b/custom_components/enphase_envoy/const.py index fcc0342..3db6a31 100644 --- a/custom_components/enphase_envoy/const.py +++ b/custom_components/enphase_envoy/const.py @@ -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, )