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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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")