1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 04:50:05 +00:00

Deprecate deprecated alarm control panel constants (#106058)

This commit is contained in:
Robert Resch
2023-12-20 18:41:17 +01:00
committed by GitHub
parent 491a50a2f1
commit ea28b74fe9
8 changed files with 123 additions and 61 deletions

View File

@@ -2582,7 +2582,7 @@ def test_deprecated_constants(
constant_name: str,
replacement: Any,
) -> None:
"""Test deprecated binary sensor device classes."""
"""Test deprecated automation constants."""
import_and_test_deprecated_constant(
caplog, automation, constant_name, replacement.__name__, replacement, "2025.1"
)