Skip to content

Commit 07e49be

Browse files
heythisisnatesyssi
authored andcommitted
Add api_host option to Konnected config (home-assistant#5517)
1 parent dafb439 commit 07e49be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/_components/konnected.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ access_token:
5151
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.
5252
required: true
5353
type: string
54+
api_host:
55+
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`).
56+
required: false
57+
type: url
58+
default: value of `base_url`
5459
devices:
5560
description: A list of Konnected devices that you have on your network.
5661
required: true

0 commit comments

Comments
 (0)