Add api_host option to Konnected config (#5517)

This commit is contained in:
Nate Clark 2018-06-10 07:49:20 -04:00 committed by Sebastian Muszynski
parent dafb439582
commit 07e49bea0e

View File

@ -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