Fix a couple of stale ESPHome docstrings (#126508)

This commit is contained in:
Erik Montnemery 2024-09-23 14:19:17 +02:00 committed by GitHub
parent efc1ff6eff
commit 0fc7bc2762
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
"""Repairs implementation for the cloud integration."""
"""Repairs implementation for the esphome integration."""
from __future__ import annotations

View file

@ -1,4 +1,4 @@
"""Test ESPHome binary sensors."""
"""Test ESPHome repairs."""
import pytest