From f29c051c739a2f54ff6e056601ad560bcc06b674 Mon Sep 17 00:00:00 2001 From: smarthome-10 Date: Tue, 31 Mar 2026 23:11:02 +0200 Subject: [PATCH] Rename component to integration in BlinkStick (#167009) --- homeassistant/components/blinksticklight/__init__.py | 2 +- homeassistant/components/blinksticklight/light.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/blinksticklight/__init__.py b/homeassistant/components/blinksticklight/__init__.py index dd45fbcd690..06375f0ab69 100644 --- a/homeassistant/components/blinksticklight/__init__.py +++ b/homeassistant/components/blinksticklight/__init__.py @@ -1 +1 @@ -"""The blinksticklight component.""" +"""The BlinkStick integration.""" diff --git a/homeassistant/components/blinksticklight/light.py b/homeassistant/components/blinksticklight/light.py index 01e5c90aadf..31bbe3e08bb 100644 --- a/homeassistant/components/blinksticklight/light.py +++ b/homeassistant/components/blinksticklight/light.py @@ -1,4 +1,4 @@ -"""Support for Blinkstick lights.""" +"""Support for BlinkStick lights.""" # mypy: ignore-errors from __future__ import annotations @@ -40,7 +40,7 @@ def setup_platform( add_entities: AddEntitiesCallback, discovery_info: DiscoveryInfoType | None = None, ) -> None: - """Set up Blinkstick device specified by serial number.""" + """Set up BlinkStick device specified by serial number.""" name = config[CONF_NAME] serial = config[CONF_SERIAL]