diff --git a/source/_components/konnected.markdown b/source/_components/konnected.markdown index b2265308c7c..8ab60c77e60 100644 --- a/source/_components/konnected.markdown +++ b/source/_components/konnected.markdown @@ -51,6 +51,11 @@ access_token: description: Any random string. This is used to ensure that only those devices which you have configured can authenticate to Home Assistant to change a device state. required: true type: string +api_host: + description: Override the IP address/host (and port number) of Home Assistant that the Konnected device(s) will use to communicate sensor state updates. If omitted, this is defaulted to the value of `base_url` in the `http` component. If you've set `base_url` to an external hostname, then you'll want to set this value back to your _local_ IP address and port (e.g. `http://192.168.1.101:8123`). + required: false + type: url + default: value of `base_url` devices: description: A list of Konnected devices that you have on your network. required: true