include issue tracker in manifest
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
import asyncio
|
|
||||||
import logging
|
import logging
|
||||||
import re
|
from datetime import datetime
|
||||||
from datetime import timedelta, datetime, date as dt
|
|
||||||
|
|
||||||
import aiohttp
|
import aiohttp
|
||||||
import async_timeout
|
import async_timeout
|
||||||
@@ -9,7 +7,7 @@ import json
|
|||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
||||||
from bs4 import BeautifulSoup
|
# from bs4 import BeautifulSoup
|
||||||
|
|
||||||
STATUS_CATEGORY_OPEN = "OPEN"
|
STATUS_CATEGORY_OPEN = "OPEN"
|
||||||
# Api login result
|
# Api login result
|
||||||
@@ -57,7 +55,7 @@ class FplApi(object):
|
|||||||
|
|
||||||
async def login(self):
|
async def login(self):
|
||||||
_LOGGER.info("Logging in")
|
_LOGGER.info("Logging in")
|
||||||
"""login and get account information"""
|
# login and get account information
|
||||||
result = LOGIN_RESULT_OK
|
result = LOGIN_RESULT_OK
|
||||||
try:
|
try:
|
||||||
async with async_timeout.timeout(TIMEOUT):
|
async with async_timeout.timeout(TIMEOUT):
|
||||||
|
|||||||
@@ -9,9 +9,9 @@
|
|||||||
"@dotKrad"
|
"@dotKrad"
|
||||||
],
|
],
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"bs4",
|
|
||||||
"integrationhelper"
|
"integrationhelper"
|
||||||
],
|
],
|
||||||
"homeassistant": "0.96.0",
|
"homeassistant": "0.96.0",
|
||||||
"version": "1.0.0"
|
"version": "1.0.0",
|
||||||
|
"issue_tracker": "https://github.com/dotKrad/hass-fpl/issues"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user