1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +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

@@ -241,7 +241,7 @@ def log_error_from_test_path(path):
async def test_homeassistant_path(hass, hass_client):
"""Test error logged from homeassistant path."""
"""Test error logged from Home Assistant path."""
await async_setup_component(hass, system_log.DOMAIN, BASIC_CONFIG)
with patch(
"homeassistant.components.system_log.HOMEASSISTANT_PATH",