[core] Extend '/' in names deprecation window to 2027.7.0 (#18236)

This commit is contained in:
J. Nick Koston
2026-08-10 11:32:02 -05:00
committed by GitHub
parent 56ec21d950
commit bae7f19323
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -932,7 +932,7 @@ def test_string_no_slash__slash_replaced_with_warning(
actual = cv.string_no_slash(value)
assert actual == expected
assert "reserved as a URL path separator" in caplog.text
assert "will become an error in ESPHome 2026.7.0" in caplog.text
assert "will become an error in ESPHome 2027.7.0" in caplog.text
def test_string_no_slash__long_string_allowed() -> None: