mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-15 10:45:41 +01:00
fix typo **post** to **port** (#4269)
This commit is contained in:
parent
09250d38f6
commit
8288cd3309
@ -32,7 +32,7 @@ Configuration variables:
|
||||
------------------------
|
||||
|
||||
- **host** (**Required**, ip): The Host IP of your StatsD Server.
|
||||
- **post** (*Optional*, uint16): The Port of your StatsD Server. Defaults to ``8125``.
|
||||
- **port** (*Optional*, uint16): The Port of your StatsD Server. Defaults to ``8125``.
|
||||
- **prefix** (*Optional*, string): The prefix to automatically prepend every metric with. Defaults to ``""``.
|
||||
- **update_interval** (*Optional*, uint16): How often to send the metrics. Defaults to ``10s``.
|
||||
- **sensor** (*Optional*, :ref:`sensors`): A list of sensors to generate metrics for.
|
||||
|
Loading…
Reference in New Issue
Block a user