include issue tracker in manifest

This commit is contained in:
Yordan Suarez
2021-12-13 13:19:33 -05:00
parent c3de8dafa9
commit 235c6d45c1
3 changed files with 6 additions and 8 deletions

View File

@@ -1,7 +1,5 @@
import asyncio
import logging
import re
from datetime import timedelta, datetime, date as dt
from datetime import datetime
import aiohttp
import async_timeout
@@ -9,7 +7,7 @@ import json
import sys
from bs4 import BeautifulSoup
# from bs4 import BeautifulSoup
STATUS_CATEGORY_OPEN = "OPEN"
# Api login result
@@ -57,7 +55,7 @@ class FplApi(object):
async def login(self):
_LOGGER.info("Logging in")
"""login and get account information"""
# login and get account information
result = LOGIN_RESULT_OK
try:
async with async_timeout.timeout(TIMEOUT):

View File

@@ -9,9 +9,9 @@
"@dotKrad"
],
"requirements": [
"bs4",
"integrationhelper"
],
"homeassistant": "0.96.0",
"version": "1.0.0"
"version": "1.0.0",
"issue_tracker": "https://github.com/dotKrad/hass-fpl/issues"
}