Skip to content

Commit 811eb30

Browse files
committed
change coordinator name variable
1 parent a500cdd commit 811eb30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/pv_curtailment/coordinator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def __init__(
2323
super().__init__(
2424
hass=hass,
2525
logger=_LOGGER,
26-
name="PV_Curtailing_coordinator",
26+
name="pv_curtailment_coordinator",
2727
config_entry=None,
2828
update_interval=datetime.timedelta(seconds=UPDATE_INTERVAL),
2929
)

0 commit comments

Comments
 (0)