From 2a996ef9b9089c40d4463e923d7ffd2496c8d3bd Mon Sep 17 00:00:00 2001 From: Steven Goossens Date: Mon, 9 Dec 2024 20:05:28 +0100 Subject: [PATCH] Update opentherm_gw.markdown - Change default port (#36249) --- source/_integrations/opentherm_gw.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/opentherm_gw.markdown b/source/_integrations/opentherm_gw.markdown index f4c2949651e..edfa553cf45 100644 --- a/source/_integrations/opentherm_gw.markdown +++ b/source/_integrations/opentherm_gw.markdown @@ -40,7 +40,7 @@ The following configuration options are available: name: description: "The friendly name used for the OpenTherm Gateway and its entities. This is used to generate the display name of the created device and all related entities.
Examples: `Thermostat`, `Living Room`" path or url: - description: "Path to the OpenTherm Gateway device as supported by [PySerial](https://pythonhosted.org/pyserial/url_handlers.html). This is usually either a path to a serial device in `/dev/` if the gateway is connected via serial or USB, or a URL in the form of `socket://[IP address]:[port]` if it is connected over the network.
Examples: `/dev/ttyUSB0`, `socket://192.168.0.250:7686`" + description: "Path to the OpenTherm Gateway device as supported by [PySerial](https://pythonhosted.org/pyserial/url_handlers.html). This is usually either a path to a serial device in `/dev/` if the gateway is connected via serial or USB, or a URL in the form of `socket://[IP address]:[port]` if it is connected over the network.
Examples: `/dev/ttyUSB0`, `socket://192.168.0.250:25238`" id: description: "The `gateway_id` for this OpenTherm Gateway. This is used to identify this specific gateway in action and to generate the entity IDs for the entities related to this gateway. The entered value will be slugified, i.e. all spaces and special characters will be converted to underscores and any accents will be removed from their characters. The default value is the slugified version of the `name` given above.
Examples: `thermostat`, `living_room`" {% endconfiguration_basic %}