From a5edc62f8cd12288eea9d89431f530606631dd66 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 3 Sep 2026 10:57:10 +0200 Subject: [PATCH] Note the number schema bound cap on the write numbers --- tests/integration/fixtures/uart_mock_modbus_mesh.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/fixtures/uart_mock_modbus_mesh.yaml b/tests/integration/fixtures/uart_mock_modbus_mesh.yaml index abc03c87cf..977cdd359b 100644 --- a/tests/integration/fixtures/uart_mock_modbus_mesh.yaml +++ b/tests/integration/fixtures/uart_mock_modbus_mesh.yaml @@ -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