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 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):

View File

@@ -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"
} }

View File

@@ -1,5 +1,5 @@
{ {
"name": "Florida Power & Light", "name": "FPL",
"country": "US", "country": "US",
"domains": [ "domains": [
"sensor" "sensor"