We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a500cdd commit 811eb30Copy full SHA for 811eb30
custom_components/pv_curtailment/coordinator.py
@@ -23,7 +23,7 @@ def __init__(
23
super().__init__(
24
hass=hass,
25
logger=_LOGGER,
26
- name="PV_Curtailing_coordinator",
+ name="pv_curtailment_coordinator",
27
config_entry=None,
28
update_interval=datetime.timedelta(seconds=UPDATE_INTERVAL),
29
)
0 commit comments