mirror of
https://github.com/home-assistant/core.git
synced 2025-08-16 11:01:39 +02:00
Disable the SoChain integration (#68856)
This commit is contained in:
@@ -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",
|
||||
|
@@ -1,4 +1,5 @@
|
||||
"""Support for watching multiple cryptocurrencies."""
|
||||
# pylint: disable=import-error
|
||||
from __future__ import annotations
|
||||
|
||||
from datetime import timedelta
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user