mirror of
https://github.com/esphome/esphome.git
synced 2026-09-11 15:27:33 +00:00
Note the number schema bound cap on the write numbers
This commit is contained in:
@@ -359,6 +359,8 @@ sensor:
|
||||
name: "client_read_1"
|
||||
id: client_read_1
|
||||
|
||||
# The number schema caps min/max at 16777215 (float32 integer precision), so
|
||||
# the large dword/qword baselines cannot be written back through these numbers.
|
||||
number:
|
||||
- platform: modbus_controller
|
||||
modbus_controller_id: modbus_controller_1
|
||||
|
||||
Reference in New Issue
Block a user