Skip to content

Commit

Permalink
Merge pull request #3 from twrecked/alpha-03
Browse files Browse the repository at this point in the history
Alpha 03
  • Loading branch information
twrecked authored Nov 26, 2023
2 parents 697f682 + b9d47ac commit 187d806
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.1.0a3:
minor tidy up
0.1.0a2:
add example docker
0.1.0a1:
Expand Down
2 changes: 1 addition & 1 deletion custom_components/pwrstat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from .coordinator import PwrStatCoordinator


__version__ = "0.1.0a2"
__version__ = "0.1.0a3"

_LOGGER = logging.getLogger(__name__)

Expand Down
1 change: 1 addition & 0 deletions custom_components/pwrstat/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

from .const import *


_LOGGER = logging.getLogger(__name__)


Expand Down
4 changes: 2 additions & 2 deletions custom_components/pwrstat/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"domain": "pwrstat",
"name": "pwrstat (Cyberpower cli) Support",
"name": "pwrstat (Cyberpower) Support",
"codeowners": [
"@twrecked"
],
Expand All @@ -12,5 +12,5 @@
"issue_tracker": "https://github.com/twrecked/hass-pwrstat/issues",
"requirements": [
],
"version": "0.1.0a2"
"version": "0.1.0a3"
}

0 comments on commit 187d806

Please sign in to comment.