Commit Graph

12 Commits

Author SHA1 Message Date
victorclaessen
79e307f96d
Update modbus_controller.rst (#2817)
I think at some time in the past the 'command_throttle' parameter changed from a unit of 'milliseconds' to the unit of 'time'.

If you try to compile with a value of 1000 (supposedly milliseconds), compilation fails with the following error:
```
    Don't know what '1000' means as it has no time *unit*! Did you mean '1000s'?.
    command_throttle: 1000
```
If I put a value of '1s' then compilation works and also this is the time I see that is being used.
2023-04-12 11:43:11 +02:00
H. Árkosi Róbert
0998228c45
Remove migrated items from Cookbook (#2816)
* remove migrated documentation

All of these are present now on our https://devices.esphome.io/ site.

The missing ones were pushed with https://github.com/esphome/esphome-devices/pull/385, and the rest ones were already in, thus removing here the duplicates.

* Update modbus.rst

* Update modbus.rst

* Update modbus_controller.rst

* Update ltr390.rst

* Update ltr390.rst

* Update modbus_controller.rst

* fix broken links

* Update index.rst

* Update index.rst
2023-04-11 17:51:46 +02:00
swifty99
592a0d47fd
update_interval missing in docs
In modbus update interval may and maybe should be configured. This was hidden in the example and should be in the config variables.
2022-11-04 18:18:42 +01:00
Olli Salonen
8c0ae3c350
doc: Selects also implement writes
Minor addition on documentation
2022-07-31 18:27:29 +03:00
H. Árkosi Róbert
0d21f8927b
Add bitmasks description and example to extract bits (#1918) 2022-03-12 13:40:20 -05:00
johanf85
fdc8fd5cbb
Minor text change (#1863) 2022-02-19 12:37:52 +01:00
Jesse Hills
75107305c9
Some docs tidy up (#1895) 2022-02-11 11:10:43 +13:00
Joeri Colman
ad9b96f2ef
fixed on_boot wrongly positioned in modbus controller example (#1882) 2022-02-10 10:11:12 +13:00
Jesse Hills
ae922bc8ac
Merge branch 'current' into next 2021-12-02 17:10:24 +13:00
Oxan van Leeuwen
f358d4c0db
Use consistent syntax for config option types (#1659) 2021-11-29 07:57:01 +13:00
Martin
ce04f78066
document modbus fp32 datatype (#1590)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-11-26 12:49:07 +13:00
Martin
33ba298b13
Modbus controller docs (#1388)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-09-27 09:27:26 +13:00