Skip to content
Snippets Groups Projects
Unverified Commit 5f02f3ca authored by Joost Lekkerkerker's avatar Joost Lekkerkerker Committed by GitHub
Browse files

Disable blinkstick integration (#121846)

parent 62b9b345
No related branches found
No related tags found
No related merge requests found
"""Support for Blinkstick lights.""" """Support for Blinkstick lights."""
# mypy: ignore-errors
from __future__ import annotations from __future__ import annotations
from typing import Any from typing import Any
from blinkstick import blinkstick # from blinkstick import blinkstick
import voluptuous as vol import voluptuous as vol
from homeassistant.components.light import ( from homeassistant.components.light import (
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
"domain": "blinksticklight", "domain": "blinksticklight",
"name": "BlinkStick", "name": "BlinkStick",
"codeowners": [], "codeowners": [],
"disabled": "This integration is disabled because it uses non-open source code to operate.",
"documentation": "https://www.home-assistant.io/integrations/blinksticklight", "documentation": "https://www.home-assistant.io/integrations/blinksticklight",
"iot_class": "local_polling", "iot_class": "local_polling",
"loggers": ["blinkstick"], "loggers": ["blinkstick"],
......
extend = "../../../pyproject.toml"
lint.extend-ignore = [
"F821"
]
\ No newline at end of file
...@@ -12,9 +12,6 @@ AIOSomecomfort==0.0.25 ...@@ -12,9 +12,6 @@ AIOSomecomfort==0.0.25
# homeassistant.components.adax # homeassistant.components.adax
Adax-local==0.1.5 Adax-local==0.1.5
# homeassistant.components.blinksticklight
BlinkStick==1.2.0
# homeassistant.components.doorbird # homeassistant.components.doorbird
DoorBirdPy==3.0.2 DoorBirdPy==3.0.2
......
...@@ -178,9 +178,6 @@ EXCEPTIONS = { ...@@ -178,9 +178,6 @@ EXCEPTIONS = {
} }
TODO = { TODO = {
"BlinkStick": AwesomeVersion(
"1.2.0"
), # Proprietary license https://github.com/arvydas/blinkstick-python
"PyMVGLive": AwesomeVersion( "PyMVGLive": AwesomeVersion(
"1.1.4" "1.1.4"
), # No license and archived https://github.com/pc-coholic/PyMVGLive ), # No license and archived https://github.com/pc-coholic/PyMVGLive
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment