From 235c6d45c1404320e40f345a1399c79cdd4245fe Mon Sep 17 00:00:00 2001 From: Yordan Suarez Date: Mon, 13 Dec 2021 13:19:33 -0500 Subject: [PATCH] include issue tracker in manifest --- custom_components/fpl/fplapi.py | 8 +++----- custom_components/fpl/manifest.json | 4 ++-- hacs.json | 2 +- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/custom_components/fpl/fplapi.py b/custom_components/fpl/fplapi.py index 0e2b778..4c24f6a 100644 --- a/custom_components/fpl/fplapi.py +++ b/custom_components/fpl/fplapi.py @@ -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): diff --git a/custom_components/fpl/manifest.json b/custom_components/fpl/manifest.json index 805319d..886666e 100644 --- a/custom_components/fpl/manifest.json +++ b/custom_components/fpl/manifest.json @@ -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" } \ No newline at end of file diff --git a/hacs.json b/hacs.json index 1fcf229..c1a4266 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,5 @@ { - "name": "Florida Power & Light", + "name": "FPL", "country": "US", "domains": [ "sensor"