Skip to content

Commit

Permalink
Moved to external pycheckwatt library
Browse files Browse the repository at this point in the history
  • Loading branch information
faanskit committed Dec 28, 2023
1 parent 5d64f10 commit 8fc463c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion custom_components/checkwatt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
CONF_UPDATE_INTERVAL_FCRD,
DOMAIN,
)
from .pycheckwatt import CheckwattManager
from pycheckwatt import CheckwattManager

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion custom_components/checkwatt/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from homeassistant.exceptions import HomeAssistantError

from .const import CONF_DETAILED_ATTRIBUTES, CONF_DETAILED_SENSORS, DOMAIN
from .pycheckwatt import CheckwattManager
from pycheckwatt import CheckwattManager

CONF_TITLE = "CheckWatt"

Expand Down
8 changes: 5 additions & 3 deletions custom_components/checkwatt/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@
"domain": "checkwatt",
"name": "CheckWatt",
"codeowners": [
"@faanskit"
"@faanskit",
"@angoyd",
"@flopp999"
],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/faanskit/ha-checkwatt#readme",
"homekit": {},
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/faanskit/ha-checkwatt/issues",
"requirements": [],
"requirements": ["pycheckwatt>=0.1.4"],
"ssdp": [],
"version": "0.0.1",
"version": "0.1.0",
"zeroconf": []
}
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CheckWatt",
"homeassistant": "2022.11.1",
"homeassistant": "2023.12.3",
"render_readme": true,
"country": ["ALL"]
}

0 comments on commit 8fc463c

Please sign in to comment.