mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Disable the SoChain integration (#68856)
This commit is contained in:
parent
618b16a32b
commit
47ecc73dfa
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user