1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 14:08:21 +00:00

Be consistent with Home Assistant and Hass.io spelling (#30500)

* Be consistent with Home Assistant spelling

* Be consistent with Hass.io spelling
This commit is contained in:
Ville Skyttä
2020-01-05 14:09:17 +02:00
committed by GitHub
parent 24b25b8917
commit 5216477353
139 changed files with 189 additions and 189 deletions

View File

@@ -89,7 +89,7 @@ class TestRecorder(unittest.TestCase):
@pytest.fixture
def hass_recorder():
"""HASS fixture with in-memory recorder."""
"""Home Assistant fixture with in-memory recorder."""
hass = get_test_home_assistant()
def setup_recorder(config=None):