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 TEMPer (#167034)

This commit is contained in:
smarthome-10
2026-04-01 09:49:00 +02:00
committed by GitHub
parent df74d76ff2
commit b0201e893e
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
"""The temper component.""" """The TEMPer integration."""

View File

@@ -1 +1 @@
"""Tests for the temper integration.""" """Tests for the TEMPer integration."""

View File

@@ -1,4 +1,4 @@
"""The tests for the temper (USB temperature sensor) component.""" """The tests for the TEMPer integration."""
from datetime import timedelta from datetime import timedelta
from unittest.mock import Mock, patch from unittest.mock import Mock, patch