mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Add periods (#11337)
This commit is contained in:
parent
f75c8f1354
commit
a2648b5102
@ -16,7 +16,7 @@ To use this component, you first need to register a gateway device type and then
|
|||||||
a gateway device in your IoT platform instance. For instructions on how to do
|
a gateway device in your IoT platform instance. For instructions on how to do
|
||||||
this check the [official documentation](https://cloud.ibm.com/docs/services/IoT?topic=iot-platform-getting-started#IoT_connectGateway)
|
this check the [official documentation](https://cloud.ibm.com/docs/services/IoT?topic=iot-platform-getting-started#IoT_connectGateway)
|
||||||
which provides the details on doing this. After you register the gateway device
|
which provides the details on doing this. After you register the gateway device
|
||||||
for your home-assistant you'll need 4 pieces of information:
|
for your Home Assistant instance you'll need four pieces of information:
|
||||||
|
|
||||||
- Organization ID
|
- Organization ID
|
||||||
- Gateway device Type
|
- Gateway device Type
|
||||||
@ -36,19 +36,19 @@ watson_iot:
|
|||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
organization:
|
organization:
|
||||||
description: The Organization ID for your Watson IoT Platform instance
|
description: The Organization ID for your Watson IoT Platform instance.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
type:
|
type:
|
||||||
description: The device type for the gateway device to use
|
description: The device type for the gateway device to use.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
id:
|
id:
|
||||||
description: The device id for the gateway device to use
|
description: The device id for the gateway device to use.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
token:
|
token:
|
||||||
description: The authentication token for the gateway device
|
description: The authentication token for the gateway device.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
exclude:
|
exclude:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user