From 47ecc73dfa8cccd5c924a704ef1613935689d7b7 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Wed, 30 Mar 2022 09:55:02 +0200 Subject: [PATCH] Disable the SoChain integration (#68856) --- homeassistant/components/sochain/manifest.json | 1 + homeassistant/components/sochain/sensor.py | 1 + requirements_all.txt | 3 --- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/sochain/manifest.json b/homeassistant/components/sochain/manifest.json index 6ff42bd4800..5a568340197 100644 --- a/homeassistant/components/sochain/manifest.json +++ b/homeassistant/components/sochain/manifest.json @@ -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", diff --git a/homeassistant/components/sochain/sensor.py b/homeassistant/components/sochain/sensor.py index 52733a25bf9..157d94b8706 100644 --- a/homeassistant/components/sochain/sensor.py +++ b/homeassistant/components/sochain/sensor.py @@ -1,4 +1,5 @@ """Support for watching multiple cryptocurrencies.""" +# pylint: disable=import-error from __future__ import annotations from datetime import timedelta diff --git a/requirements_all.txt b/requirements_all.txt index 1e7a30946e1..aa02bffceb6 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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