address bot review

This commit is contained in:
J. Nick Koston
2025-11-15 10:42:57 -06:00
parent 5989b78e93
commit 4081345013
3 changed files with 42 additions and 23 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
"""Tests for the binary sensor component."""
"""Tests for the text component."""
from esphome.core import CORE
@@ -58,7 +58,7 @@ def test_text_config_value_mode_set(generate_main):
assert "it_3->traits.set_mode(text::TEXT_MODE_PASSWORD);" in main_cpp
def test_text_config_lamda_is_set(generate_main):
def test_text_config_lambda_is_set(generate_main) -> None:
"""
Test if lambda is set for lambda mode (optimized with stateless lambda and deduplication)
"""