Fix entity typo (#75767)

This commit is contained in:
uvjustin
2022-07-26 22:27:16 +08:00
committed by GitHub
parent 5cb4bbd906
commit 9ad273a59f
3 changed files with 7 additions and 7 deletions

View File

@@ -281,7 +281,7 @@ async def test_command_template_value(hass):
async def test_command_template_variables(hass, mqtt_mock_entry_with_yaml_config):
"""Test the rendering of enitity_variables."""
"""Test the rendering of entity variables."""
topic = "test/select"
fake_state = ha.State("select.test", "milk")