Skip to content

Commit

Permalink
Pypi adax lib (#37)
Browse files Browse the repository at this point in the history
* pypi adax lib

* Delete adax.py

* Update manifest.json
  • Loading branch information
Danielhiversen authored Apr 7, 2021
1 parent 964ce48 commit 5278a88
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 209 deletions.
207 changes: 0 additions & 207 deletions custom_components/adax/adax.py

This file was deleted.

2 changes: 1 addition & 1 deletion custom_components/adax/climate.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Support for Adax wifi-enabled home heaters."""
import logging

from adax import Adax
import voluptuous as vol
from homeassistant.components.climate import PLATFORM_SCHEMA, ClimateEntity
from homeassistant.components.climate.const import (
Expand All @@ -17,7 +18,6 @@
from homeassistant.helpers import config_validation as cv
from homeassistant.helpers.aiohttp_client import async_get_clientsession

from .adax import Adax
from .const import ACCOUNT_ID

_LOGGER = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion custom_components/adax/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"domain": "adax",
"name": "Adax",
"documentation": "https://github.com/Danielhiversen/home_assistant_adax",
"requirements": [],
"requirements": ["adax"],
"codeowners": ["@danielhiversen"],
"issue_tracker": "https://github.com/Danielhiversen/home_assistant_adax/issues",
"config_flow": true,
Expand Down

0 comments on commit 5278a88

Please sign in to comment.