This commit is contained in:
J. Nick Koston
2025-11-15 10:25:57 -06:00
parent 5727043cec
commit 5989b78e93
+2 -1
View File
@@ -1,5 +1,7 @@
"""Tests for the binary sensor component."""
from esphome.core import CORE
def test_text_is_setup(generate_main):
"""
@@ -61,7 +63,6 @@ def test_text_config_lamda_is_set(generate_main):
Test if lambda is set for lambda mode (optimized with stateless lambda and deduplication)
"""
# Given
from esphome.core import CORE
# When
main_cpp = generate_main("tests/component_tests/text/test_text.yaml")