mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
Additional netgear_lte sensor types (#9076)
* Additional netgear_lte sensor types
* Updated sensors
* ✏️ Tweaks
This commit is contained in:
parent
a3ae2eda05
commit
718b7dbf07
@ -81,11 +81,39 @@ sensor:
|
|||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
description: Sensor types to create.
|
description: Sensor types to create.
|
||||||
required: false
|
required: false
|
||||||
default: usage
|
default: usage, radio_quality
|
||||||
type: list
|
type: list
|
||||||
keys:
|
keys:
|
||||||
|
cell_id:
|
||||||
|
description: The Cell ID, a number identifying the base station.
|
||||||
|
wire_connected:
|
||||||
|
description: The wired uplink connection state, e.g., "Disconnected".
|
||||||
|
mobile_connected:
|
||||||
|
description: The LTE connection state, e.g., "Connected".
|
||||||
|
connection_text:
|
||||||
|
description: A connection text, e.g., "4G".
|
||||||
|
connection_type:
|
||||||
|
description: The connection type, e.g., "IPv4Only".
|
||||||
|
current_band:
|
||||||
|
description: The radio band used, e.g., "LTE B3".
|
||||||
|
current_ps_service_type:
|
||||||
|
description: The service type, e.g. "LTE".
|
||||||
|
radio_quality:
|
||||||
|
description: A number with the radio quality in percent, e.g., "55"
|
||||||
|
register_network_display:
|
||||||
|
description: The name of the service provider.
|
||||||
|
roaming:
|
||||||
|
description: A boolean showing whether the modem is currently roaming, e.g., "False".
|
||||||
|
rx_level:
|
||||||
|
description: The RSRP value, a measurement of the received power level, e.g., "-95".
|
||||||
sms:
|
sms:
|
||||||
description: Number of unread SMS messages in the modem inbox.
|
description: Number of unread SMS messages in the modem inbox.
|
||||||
|
sms_total:
|
||||||
|
description: Number of SMS messages in the modem inbox.
|
||||||
|
tx_level:
|
||||||
|
description: Transmit power, e.g., "23".
|
||||||
|
upstream:
|
||||||
|
description: Current upstream connection, "WAN" or "LTE".
|
||||||
usage:
|
usage:
|
||||||
description: Amount of data transferred.
|
description: Amount of data transferred.
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user