mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add RSRQ, RSRP, and SINR to huawei_lte default sensors (#17425)
These are important LTE signal monitoring values.
This commit is contained in:
parent
bd450ee9ff
commit
4fce051838
@ -28,7 +28,10 @@ DEFAULT_NAME_TEMPLATE = 'Huawei {}: {}'
|
||||
|
||||
DEFAULT_SENSORS = [
|
||||
"device_information.WanIPAddress",
|
||||
"device_signal.rsrq",
|
||||
"device_signal.rsrp",
|
||||
"device_signal.rssi",
|
||||
"device_signal.sinr",
|
||||
]
|
||||
|
||||
SENSOR_META = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user