Skip to content

Commit d707f1a

Browse files
committed
Remove not needed raw's
1 parent e499633 commit d707f1a

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

source/_components/sensor.speedtest.markdown

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ ha_iot_class: "Cloud Polling"
1616

1717
The `speedtest` sensor component uses the [Speedtest.net](https://speedtest.net/) web service to measure network bandwidth performance.
1818

19+
## {% linkable_title Configuration %}
20+
1921
By default, it will run every hour. The user can change the update frequency in the configuration by defining the minute, hour, and day for a speed test to run. For the `server_id` check the list of [available servers](https://www.speedtest.net/speedtest-servers.php).
2022

2123
To add a Speedtest.net sensor to your installation, add the following to your `configuration.yaml` file:
2224

2325
Once per hour, on the hour (default):
2426

25-
{% raw %}
2627
```yaml
2728
# Example configuration.yaml entry
2829
sensor:
@@ -32,7 +33,6 @@ sensor:
3233
- download
3334
- upload
3435
```
35-
{% endraw %}
3636
3737
{% configuration %}
3838
monitored_conditions:
@@ -79,7 +79,6 @@ This component uses [speedtest-cli](https://github.com/sivel/speedtest-cli) to g
7979
8080
When Home Assistant first starts up, the values of the speed test will show as `Unknown`. You can use the service `sensor.update_speedtest` to run a manual speed test and populate the data or just wait for the next regularly scheduled test. You can turn on manual mode to disable the scheduled speed tests.
8181

82-
8382
## {% linkable_title Examples %}
8483

8584
In this section, you find some real-life examples of how to use this sensor.
@@ -88,7 +87,6 @@ In this section, you find some real-life examples of how to use this sensor.
8887

8988
Every half hour of every day:
9089

91-
{% raw %}
9290
```yaml
9391
# Example configuration.yaml entry
9492
sensor:
@@ -101,13 +99,11 @@ sensor:
10199
- download
102100
- upload
103101
```
104-
{% endraw %}
105102

106103
### {% linkable_title Run at a specific time %}
107104

108105
Everyday at 12:30AM, 6:30AM, 12:30PM, 6:30PM:
109106

110-
{% raw %}
111107
```yaml
112108
# Example configuration.yaml entry
113109
sensor:
@@ -123,7 +119,6 @@ sensor:
123119
- download
124120
- upload
125121
```
126-
{% endraw %}
127122

128123
### {% linkable_title Using as a trigger in an automation %}
129124

@@ -150,6 +145,7 @@ automation:
150145
## {% linkable_title Notes %}
151146

152147
- When running on Raspberry Pi, just note that the maximum speed is limited by its 100 Mbit/s LAN adapter.
148+
- Running this platform can have negative effects on the system's performance as it requires a fair amount of memory.
153149
- Entries under `monitored_conditions` only control what entities are available in Home Assistant, it does not disable the condition from running.
154150
- If ran frequently, this component has the ability to use a considerable amount of data. Frequent updates should be avoided on bandwidth-capped connections.
155151
- While running, your network capacity is fully utilized. This may have a negative effect on other devices in use the network such as gaming consoles or streaming boxes.

0 commit comments

Comments
 (0)