From 4dbdc6d568d483d89edfdcf529fafa38a81b696e Mon Sep 17 00:00:00 2001 From: tronikos Date: Sun, 20 Jul 2025 21:34:22 -0700 Subject: [PATCH] Update solaredge_modules.markdown --- source/_integrations/solaredge_modules.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/_integrations/solaredge_modules.markdown b/source/_integrations/solaredge_modules.markdown index 9eda1d6a989..8a28b848ee2 100644 --- a/source/_integrations/solaredge_modules.markdown +++ b/source/_integrations/solaredge_modules.markdown @@ -3,11 +3,10 @@ title: SolarEdge Modules description: Instructions on how to integrate SolarEdge Modules within Home Assistant. ha_category: - Energy -ha_release: '2025.7' +ha_release: '2025.8' ha_iot_class: Cloud Polling ha_config_flow: true ha_domain: solaredge_modules -ha_dhcp: true ha_codeowners: - '@tronikos' ha_integration_type: service @@ -25,8 +24,9 @@ The main use case is to track your solar production per module to identify any f ## Prerequisites -- To set up the integration, you need a username and password with access to the [SolarEdge web portal](https://monitoring.solaredge.com/). -- You also need the site ID, which you can get from the URL once you log in (for example, `1234` from `https://monitoring.solaredge.com/solaredge-web/p/site/1234/`). +To set up the integration, you need: +- a username and password with access to the [SolarEdge web portal](https://monitoring.solaredge.com/) and the **Layout** tab there. If not, you will have to ask your installer to grant you access. +- site ID, which you can get from the URL once you log in (for example, `1234` from `https://monitoring.solaredge.com/solaredge-web/p/site/1234/`). {% include integrations/config_flow.md %} @@ -197,7 +197,7 @@ mode: single ## Known limitations -- The integration intentionally doesn't create any sensors. All data is only available in statistics. This is because data is often delayed by a couple of hours. +- The integration intentionally doesn't create any entities/sensors. All data is only available in statistics. This is because data is often delayed by a couple of hours. - The statistics are intentionally updated infrequently. If you want more frequent updates, you can call the [`homeassistant.reload_config_entry`](/integrations/homeassistant/#action-homeassistantreload_config_entry) action from an automation. - The API provides data at a 15-minute interval, but Home Assistant long-term statistics are limited to a 1-hour interval.