From 61b76ace5928c683f50d0405d2a414f3771f3bfe Mon Sep 17 00:00:00 2001 From: CR-Tech <41435902+crug80@users.noreply.github.com> Date: Wed, 24 Jan 2024 21:02:34 +0100 Subject: [PATCH] Add write_registers support for Fan Mode (#30838) * Add write_registers support for Fan Mode * Removed param - updated to conf_address int or list --- source/_integrations/modbus.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/modbus.markdown b/source/_integrations/modbus.markdown index 3c4355584aa..b56264f645c 100644 --- a/source/_integrations/modbus.markdown +++ b/source/_integrations/modbus.markdown @@ -623,9 +623,9 @@ climates: type: map keys: address: - description: "Address of Fan mode register." + description: "Address of Fan mode register. (int to call write_register, list of 1 int to call write_registers)" required: true - type: integer + type: [integer, list] values: description: "Mapping between the register values and Fan modes This is typically used to control one of: Speed, Direction or On/Off state."