Skip to content

Commit

Permalink
Merge pull request #16 from Lash-L/patch-1
Browse files Browse the repository at this point in the history
reverted coordinator name change
  • Loading branch information
Lash-L authored Mar 5, 2023
2 parents 27650d3 + f010c2f commit 0daa33f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/southern_company_hacs/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __init__(
super().__init__(
hass,
_LOGGER,
name="Southern Company",
name="Southern Company Hacs",
update_interval=timedelta(minutes=60),
)
self._southern_company_connection = southern_company_connection
Expand Down
2 changes: 1 addition & 1 deletion custom_components/southern_company_hacs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"issue_tracker": "https://github.com/Lash-L/southern-company-hacs/issues",
"iot_class": "cloud_polling",
"requirements": ["southern-company-api==0.6.1"],
"version": "0.1.4"
"version": "0.1.5"
}

0 comments on commit 0daa33f

Please sign in to comment.