Fix Netgear LTESensor docstring (#16501)

This commit is contained in:
Ville Skyttä 2018-09-09 00:22:41 +03:00 committed by Anders Melchiorsen
parent e7b8d2e6df
commit e3e3ed42ec

View file

@ -43,7 +43,7 @@ async def async_setup_platform(
@attr.s
class LTESensor(Entity):
"""Data usage sensor entity."""
"""Base LTE sensor entity."""
modem_data = attr.ib()
sensor_type = attr.ib()