1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 00:20:30 +01:00

Rename component to integration in Kodi (#167031)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
smarthome-10
2026-04-01 09:50:29 +02:00
committed by GitHub
parent 7bff0e2f3f
commit a434a0ab90
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
"""The kodi component."""
"""The Kodi integration."""
from dataclasses import dataclass
import logging

View File

@@ -1,4 +1,4 @@
"""Constants for the Kodi platform."""
"""Constants for the Kodi integration."""
DOMAIN = "kodi"