Clean up speedtest (#41139)

* Remove unused error string + add server list log msg

* Use more common reference texts

* Revert translation files + correct typos
This commit is contained in:
Philip Allgaier 2020-10-12 06:03:45 +02:00 committed by GitHub
parent f787289ea0
commit 59edb25e4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 10 additions and 27 deletions

View file

@ -1,6 +1,4 @@
"""Support for Speedtest.net internet speed testing sensor."""
import logging
from homeassistant.const import ATTR_ATTRIBUTION
from homeassistant.core import callback
from homeassistant.helpers.restore_state import RestoreEntity
@ -19,8 +17,6 @@ from .const import (
SENSOR_TYPES,
)
_LOGGER = logging.getLogger(__name__)
async def async_setup_entry(hass, config_entry, async_add_entities):
"""Set up the Speedtestdotnet sensors."""