From dc18376f2c0dff2a54694852add6814d1a17374c Mon Sep 17 00:00:00 2001 From: Patrick <4002194+askpatrickw@users.noreply.github.com> Date: Wed, 5 Jun 2024 01:56:40 -0700 Subject: [PATCH 1/2] Correct fan to switch (#33088) --- 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 06941962629..7beb76bd1d1 100644 --- a/source/_integrations/modbus.markdown +++ b/source/_integrations/modbus.markdown @@ -1489,9 +1489,9 @@ switches: coils: description: "write_coils is called." verify: - description: "Read from Modbus device to verify fan. + description: "Read from Modbus device to verify switch. If used without attributes, it uses the toggle register configuration. - If omitted, no verification is done, but the state of the fan is set with each toggle." + If omitted, no verification is done, but the state of the switch is set with each toggle." required: false type: map keys: From 8fdb86a5a9318081fc7e9a6492c87846226d5597 Mon Sep 17 00:00:00 2001 From: karwosts <32912880+karwosts@users.noreply.github.com> Date: Wed, 5 Jun 2024 06:45:43 -0700 Subject: [PATCH 2/2] Fix broken links in homeassistant.markdown (#33092) --- source/_integrations/homeassistant.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/homeassistant.markdown b/source/_integrations/homeassistant.markdown index f0eb5030007..0bbbd06d500 100644 --- a/source/_integrations/homeassistant.markdown +++ b/source/_integrations/homeassistant.markdown @@ -104,15 +104,15 @@ internal_url: required: false type: string customize: - description: "[Customize](#editing-the-entity-settings-in-yaml) entities." + description: "[Customize](#editing-entity-settings-in-yaml) entities." required: false type: string customize_domain: - description: "[Customize](#editing-the-entity-settings-in-yaml) all entities in a domain." + description: "[Customize](#editing-entity-settings-in-yaml) all entities in a domain." required: false type: string customize_glob: - description: "[Customize](#editing-the-entity-settings-in-yaml) entities matching a pattern." + description: "[Customize](#editing-entity-settings-in-yaml) entities matching a pattern." required: false type: string allowlist_external_dirs: