mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 10:29:27 +00:00
Update cloud auth (#9357)
* Update cloud logic * Lint * Update test requirements * Address commments, fix tests * Add credentials
This commit is contained in:
committed by
Pascal Vizeli
parent
90f9a6bc0a
commit
c9fc3fae6e
@@ -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 = (
|
||||
|
||||
Reference in New Issue
Block a user