mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +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",
|
"domain": "sochain",
|
||||||
"name": "SoChain",
|
"name": "SoChain",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/sochain",
|
"documentation": "https://www.home-assistant.io/integrations/sochain",
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
"""Support for watching multiple cryptocurrencies."""
|
"""Support for watching multiple cryptocurrencies."""
|
||||||
|
# pylint: disable=import-error
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
from datetime import timedelta
|
from datetime import timedelta
|
||||||
|
@ -1922,9 +1922,6 @@ python-ripple-api==0.0.3
|
|||||||
# homeassistant.components.smarttub
|
# homeassistant.components.smarttub
|
||||||
python-smarttub==0.0.30
|
python-smarttub==0.0.30
|
||||||
|
|
||||||
# homeassistant.components.sochain
|
|
||||||
python-sochain-api==0.0.2
|
|
||||||
|
|
||||||
# homeassistant.components.songpal
|
# homeassistant.components.songpal
|
||||||
python-songpal==0.14.1
|
python-songpal==0.14.1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user