mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Document new attributes (#4042)
* Document new attributes Add documentation for the new attributes `transmission_rate_upstream` and `transmission_rate_downstream`. * Shorter names
This commit is contained in:
parent
5dc71643b8
commit
daf517b0c0
@ -35,7 +35,7 @@ Configuration variables:
|
|||||||
The following statistics will be exposed as attributes.
|
The following statistics will be exposed as attributes.
|
||||||
|
|
||||||
|Attribute |Description |
|
|Attribute |Description |
|
||||||
|:-----------------|:------------------------------------------------------------|
|
|:----------------------|:------------------------------------------------------------|
|
||||||
|is_linked |True if the FritzBox is physically linked to the provider |
|
|is_linked |True if the FritzBox is physically linked to the provider |
|
||||||
|is_connected |True if the FritzBox has established an internet-connection |
|
|is_connected |True if the FritzBox has established an internet-connection |
|
||||||
|wan_access_type |Connection-type, can be `DSL` or `Cable` |
|
|wan_access_type |Connection-type, can be `DSL` or `Cable` |
|
||||||
@ -43,6 +43,8 @@ The following statistics will be exposed as attributes.
|
|||||||
|uptime |Uptime in seconds |
|
|uptime |Uptime in seconds |
|
||||||
|bytes_sent |Bytes sent |
|
|bytes_sent |Bytes sent |
|
||||||
|bytes_received |Bytes received |
|
|bytes_received |Bytes received |
|
||||||
|
|transmission_rate_up |Current upstream speed in bytes/s |
|
||||||
|
|transmission_rate_down |Current downstream speed in bytes/s |
|
||||||
|max_byte_rate_up |Maximum upstream-rate in bytes/s |
|
|max_byte_rate_up |Maximum upstream-rate in bytes/s |
|
||||||
|max_byte_rate_down |Maximum downstream-rate in bytes/s |
|
|max_byte_rate_down |Maximum downstream-rate in bytes/s |
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user