Fix Netgear LTESensor docstring (#16501)
This commit is contained in:
parent
e7b8d2e6df
commit
e3e3ed42ec
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue