Disable blinkstick integration (#121846)

This commit is contained in:
Joost Lekkerkerker 2024-07-12 16:09:07 +02:00 committed by GitHub
parent 62b9b34561
commit 5f02f3caa9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 7 deletions

View file

@ -1,10 +1,11 @@
"""Support for Blinkstick lights."""
# mypy: ignore-errors
from __future__ import annotations
from typing import Any
from blinkstick import blinkstick
# from blinkstick import blinkstick
import voluptuous as vol
from homeassistant.components.light import (

View file

@ -2,6 +2,7 @@
"domain": "blinksticklight",
"name": "BlinkStick",
"codeowners": [],
"disabled": "This integration is disabled because it uses non-open source code to operate.",
"documentation": "https://www.home-assistant.io/integrations/blinksticklight",
"iot_class": "local_polling",
"loggers": ["blinkstick"],

View file

@ -0,0 +1,5 @@
extend = "../../../pyproject.toml"
lint.extend-ignore = [
"F821"
]

View file

@ -12,9 +12,6 @@ AIOSomecomfort==0.0.25
# homeassistant.components.adax
Adax-local==0.1.5
# homeassistant.components.blinksticklight
BlinkStick==1.2.0
# homeassistant.components.doorbird
DoorBirdPy==3.0.2

View file

@ -178,9 +178,6 @@ EXCEPTIONS = {
}
TODO = {
"BlinkStick": AwesomeVersion(
"1.2.0"
), # Proprietary license https://github.com/arvydas/blinkstick-python
"PyMVGLive": AwesomeVersion(
"1.1.4"
), # No license and archived https://github.com/pc-coholic/PyMVGLive