mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Disable blinkstick integration (#121846)
This commit is contained in:
committed by
GitHub
parent
62b9b34561
commit
5f02f3caa9
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user