Skip to content

Commit daf517b

Browse files
svenstarofabaff
authored andcommitted
Document new attributes (home-assistant#4042)
* Document new attributes Add documentation for the new attributes `transmission_rate_upstream` and `transmission_rate_downstream`. * Shorter names
1 parent 5dc7164 commit daf517b

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

source/_components/sensor.fritzbox_netmonitor.markdown

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,18 @@ Configuration variables:
3434
3535
The following statistics will be exposed as attributes.
3636
37-
|Attribute |Description |
38-
|:-----------------|:------------------------------------------------------------|
39-
|is_linked |True if the FritzBox is physically linked to the provider |
40-
|is_connected |True if the FritzBox has established an internet-connection |
41-
|wan_access_type |Connection-type, can be `DSL` or `Cable` |
42-
|external_ip |External ip address |
43-
|uptime |Uptime in seconds |
44-
|bytes_sent |Bytes sent |
45-
|bytes_received |Bytes received |
46-
|max_byte_rate_up |Maximum upstream-rate in bytes/s |
47-
|max_byte_rate_down|Maximum downstream-rate in bytes/s |
37+
|Attribute |Description |
38+
|:----------------------|:------------------------------------------------------------|
39+
|is_linked |True if the FritzBox is physically linked to the provider |
40+
|is_connected |True if the FritzBox has established an internet-connection |
41+
|wan_access_type |Connection-type, can be `DSL` or `Cable` |
42+
|external_ip |External ip address |
43+
|uptime |Uptime in seconds |
44+
|bytes_sent |Bytes sent |
45+
|bytes_received |Bytes received |
46+
|transmission_rate_up |Current upstream speed in bytes/s |
47+
|transmission_rate_down |Current downstream speed in bytes/s |
48+
|max_byte_rate_up |Maximum upstream-rate in bytes/s |
49+
|max_byte_rate_down |Maximum downstream-rate in bytes/s |
4850

4951
The sensor's state corresponds to the `is_linked` attribute and is either `online`, `offline`, or `unavailable` (in case connection to the router is lost).

0 commit comments

Comments
 (0)