Skip to content

Commit 33e9ea4

Browse files
ziotibia81fabaff
authored andcommitted
Fixed minors typing errors. (home-assistant#3586)
1 parent 619a2c3 commit 33e9ea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/sensor.modbus.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ It's possible to change the default 30 seconds scan interval for the sensor upda
6161
6262
### {% linkable_title Full example %}
6363
64-
Example a tmeperature sensor with a 10 seconds scan interval:
64+
Example a temperature sensor with a 10 seconds scan interval:
6565
6666
```yaml
6767
sensor:
6868
- platform: modbus
69-
scan_interval: 5
69+
scan_interval: 10
7070
registers:
7171
- name: Room_1
7272
slave: 10

0 commit comments

Comments
 (0)