mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Add RSRQ, RSRP, and SINR to huawei_lte default sensors (#17425)
These are important LTE signal monitoring values.
This commit is contained in:
committed by
Paulus Schoutsen
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 = {
|
||||
|
Reference in New Issue
Block a user