Update cloud auth (#9357)
* Update cloud logic * Lint * Update test requirements * Address commments, fix tests * Add credentials
This commit is contained in:
parent
90f9a6bc0a
commit
c9fc3fae6e
12 changed files with 1047 additions and 822 deletions
|
@ -33,44 +33,45 @@ COMMENT_REQUIREMENTS = (
|
|||
)
|
||||
|
||||
TEST_REQUIREMENTS = (
|
||||
'pydispatch',
|
||||
'influxdb',
|
||||
'nx584',
|
||||
'uvcclient',
|
||||
'somecomfort',
|
||||
'aioautomatic',
|
||||
'SoCo',
|
||||
'libsoundtouch',
|
||||
'libpurecoollink',
|
||||
'rxv',
|
||||
'apns2',
|
||||
'sqlalchemy',
|
||||
'forecastio',
|
||||
'aiohttp_cors',
|
||||
'pilight',
|
||||
'apns2',
|
||||
'dsmr_parser',
|
||||
'ephem',
|
||||
'evohomeclient',
|
||||
'forecastio',
|
||||
'fuzzywuzzy',
|
||||
'gTTS-token',
|
||||
'ha-ffmpeg',
|
||||
'hbmqtt',
|
||||
'holidays',
|
||||
'influxdb',
|
||||
'libpurecoollink',
|
||||
'libsoundtouch',
|
||||
'mficlient',
|
||||
'nx584',
|
||||
'paho',
|
||||
'pexpect',
|
||||
'pilight',
|
||||
'pmsensor',
|
||||
'prometheus_client',
|
||||
'pydispatch',
|
||||
'PyJWT',
|
||||
'pylitejet',
|
||||
'pyunifi',
|
||||
'pywebpush',
|
||||
'restrictedpython',
|
||||
'rflink',
|
||||
'ring_doorbell',
|
||||
'rxv',
|
||||
'sleepyq',
|
||||
'SoCo',
|
||||
'somecomfort',
|
||||
'sqlalchemy',
|
||||
'statsd',
|
||||
'pylitejet',
|
||||
'holidays',
|
||||
'evohomeclient',
|
||||
'pexpect',
|
||||
'hbmqtt',
|
||||
'paho',
|
||||
'dsmr_parser',
|
||||
'mficlient',
|
||||
'pmsensor',
|
||||
'uvcclient',
|
||||
'warrant',
|
||||
'yahoo-finance',
|
||||
'ha-ffmpeg',
|
||||
'gTTS-token',
|
||||
'pywebpush',
|
||||
'PyJWT',
|
||||
'restrictedpython',
|
||||
'pyunifi',
|
||||
'prometheus_client',
|
||||
'ephem'
|
||||
)
|
||||
|
||||
IGNORE_PACKAGES = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue