mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +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 %}
|
### {% 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
|
```yaml
|
||||||
sensor:
|
sensor:
|
||||||
- platform: modbus
|
- platform: modbus
|
||||||
scan_interval: 5
|
scan_interval: 10
|
||||||
registers:
|
registers:
|
||||||
- name: Room_1
|
- name: Room_1
|
||||||
slave: 10
|
slave: 10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user