Remove dependencies and requirements (#23024)
* Remove dependencies and requirements * Revert "Remove dependencies and requirements" This reverts commitfe7171b4cd
. * Remove dependencies and requirements * Revert "Remove dependencies and requirements" This reverts commit391355ee2c
. * Remove dependencies and requirements * Fix flake8 complaints * Fix more flake8 complaints * Revert non-component removals
This commit is contained in:
parent
f7d4c48199
commit
2c07bfb9e0
1156 changed files with 2 additions and 2320 deletions
|
@ -18,8 +18,6 @@ from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.helpers.event import async_track_time_interval
|
||||
|
||||
REQUIREMENTS = ['aioautomatic==0.6.5']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
ATTR_FUEL_LEVEL = 'fuel_level'
|
||||
|
@ -34,8 +32,6 @@ DATA_CONFIGURING = 'automatic_configurator_clients'
|
|||
DATA_REFRESH_TOKEN = 'refresh_token'
|
||||
DEFAULT_SCOPE = ['location', 'trip', 'vehicle:events', 'vehicle:profile']
|
||||
DEFAULT_TIMEOUT = 5
|
||||
DEPENDENCIES = ['http']
|
||||
|
||||
EVENT_AUTOMATIC_UPDATE = 'automatic_update'
|
||||
|
||||
FULL_SCOPE = DEFAULT_SCOPE + ['current_location']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue