mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Fix Netgear LTESensor docstring (#16501)
This commit is contained in:
parent
e7b8d2e6df
commit
e3e3ed42ec
@ -43,7 +43,7 @@ async def async_setup_platform(
|
|||||||
|
|
||||||
@attr.s
|
@attr.s
|
||||||
class LTESensor(Entity):
|
class LTESensor(Entity):
|
||||||
"""Data usage sensor entity."""
|
"""Base LTE sensor entity."""
|
||||||
|
|
||||||
modem_data = attr.ib()
|
modem_data = attr.ib()
|
||||||
sensor_type = attr.ib()
|
sensor_type = attr.ib()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user