Disable the SoChain integration (#68856)

This commit is contained in:
Erik Montnemery 2022-03-30 09:55:02 +02:00 committed by GitHub
parent 618b16a32b
commit 47ecc73dfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,5 @@
{
"disabled": "Integration library depends on async_timeout==3.x.x",
"domain": "sochain",
"name": "SoChain",
"documentation": "https://www.home-assistant.io/integrations/sochain",

View File

@ -1,4 +1,5 @@
"""Support for watching multiple cryptocurrencies."""
# pylint: disable=import-error
from __future__ import annotations
from datetime import timedelta

View File

@ -1922,9 +1922,6 @@ python-ripple-api==0.0.3
# homeassistant.components.smarttub
python-smarttub==0.0.30
# homeassistant.components.sochain
python-sochain-api==0.0.2
# homeassistant.components.songpal
python-songpal==0.14.1