Fix typo: serivce --> service (#31217)

This commit is contained in:
Christian Clauss 2020-01-27 19:56:26 +01:00 committed by Quentame
parent ab8b94382e
commit 1d537ad416
40 changed files with 40 additions and 40 deletions

View File

@ -31,7 +31,7 @@ def entity_reg(hass):
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -31,7 +31,7 @@ def entity_reg(hass):
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -11,7 +11,7 @@ from tests.components.automation import common
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -11,7 +11,7 @@ from tests.components.automation import common
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -29,7 +29,7 @@ from tests.components.automation import common
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -22,7 +22,7 @@ ENTITY_OTHER_SWITCH_NUMBER = 2
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -17,7 +17,7 @@ from tests.components.automation import common
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -20,7 +20,7 @@ from tests.components.automation import common
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -20,7 +20,7 @@ from tests.components.automation import common
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -20,7 +20,7 @@ from tests.components.automation import common
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -18,7 +18,7 @@ from tests.common import (
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -11,7 +11,7 @@ from tests.components.automation import common
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -11,7 +11,7 @@ from tests.components.automation import common
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -36,7 +36,7 @@ def entity_reg(hass):
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -36,7 +36,7 @@ def entity_reg(hass):
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -31,7 +31,7 @@ def entity_reg(hass):
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -31,7 +31,7 @@ def entity_reg(hass):
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -38,7 +38,7 @@ def entity_reg(hass):
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -38,7 +38,7 @@ def entity_reg(hass):
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -610,7 +610,7 @@ async def test_automation_with_bad_condition(hass, caplog):
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -31,7 +31,7 @@ def entity_reg(hass):
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -31,7 +31,7 @@ def entity_reg(hass):
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -31,7 +31,7 @@ def entity_reg(hass):
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -30,7 +30,7 @@ def entity_reg(hass):
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -35,7 +35,7 @@ def entity_reg(hass):
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -35,7 +35,7 @@ def entity_reg(hass):
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -31,7 +31,7 @@ def entity_reg(hass):
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -31,7 +31,7 @@ def entity_reg(hass):
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -37,7 +37,7 @@ def entity_reg(hass):
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -33,7 +33,7 @@ def entity_reg(hass):
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -37,7 +37,7 @@ def entity_reg(hass):
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -32,7 +32,7 @@ def entity_reg(hass):
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -35,7 +35,7 @@ def entity_reg(hass):
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -35,7 +35,7 @@ def entity_reg(hass):
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -32,7 +32,7 @@ ENTITY_COVER = "cover.test_template_cover"
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -38,7 +38,7 @@ _DIRECTION_INPUT_SELECT = "input_select.direction"
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -35,7 +35,7 @@ def entity_reg(hass):
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -30,7 +30,7 @@ def entity_reg(hass):
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")

View File

@ -26,7 +26,7 @@ COMMAND_SINGLE = "single"
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "zha", "warning_device_warn")

View File

@ -38,7 +38,7 @@ def _same_lists(list_a, list_b):
@pytest.fixture
def calls(hass):
"""Track calls to a mock serivce."""
"""Track calls to a mock service."""
return async_mock_service(hass, "test", "automation")