mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Fixed minors typing errors. (#3586)
This commit is contained in:
parent
619a2c3a37
commit
33e9ea4866
@ -61,12 +61,12 @@ It's possible to change the default 30 seconds scan interval for the sensor upda
|
||||
|
||||
### {% linkable_title Full example %}
|
||||
|
||||
Example a tmeperature sensor with a 10 seconds scan interval:
|
||||
Example a temperature sensor with a 10 seconds scan interval:
|
||||
|
||||
```yaml
|
||||
sensor:
|
||||
- platform: modbus
|
||||
scan_interval: 5
|
||||
scan_interval: 10
|
||||
registers:
|
||||
- name: Room_1
|
||||
slave: 10
|
||||
|
Loading…
x
Reference in New Issue
Block a user