Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
Merge pull request #16 from hectorespert/import_oligo
Browse files Browse the repository at this point in the history
Import oligo as a dependency
Change method to Async
  • Loading branch information
ad-ha authored Jan 25, 2022
2 parents aa4f4ae + 86d7474 commit 8ac1fbc
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 409 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea
.idea
config
7 changes: 1 addition & 6 deletions custom_components/ide/__init__.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
from .ide_api import IdeAPI
import asyncio
import logging
import voluptuous as vol
from homeassistant.helpers import config_validation as cv, discovery
from homeassistant.helpers import config_validation as cv
from homeassistant.components.sensor import PLATFORM_SCHEMA
from homeassistant.const import CONF_USERNAME, CONF_PASSWORD
from homeassistant.helpers.typing import HomeAssistantType
from homeassistant.exceptions import HomeAssistantError
from requests.exceptions import ConnectTimeout, HTTPError
from aiohttp import ClientConnectionError

__VERSION__ = "0.1.0"

Expand Down
Loading

0 comments on commit 8ac1fbc

Please sign in to comment.