1
0
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:
Joost Lekkerkerker
2024-07-12 16:09:07 +02:00
committed by GitHub
parent 62b9b34561
commit 5f02f3caa9
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 (