IBM Watson IoT Platform
The IBM Watson IoT Platform integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] enables you to link the devices in Home Assistant
with an IBM Watson IoT Platform instance
Configuration
To use this integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more], 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
this check the official documentation
- Organization ID
- Gateway device Type
- Gateway device ID
- Authentication Token
With this basic information you can add the integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] to your configuration.yaml
The configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI. [Learn more] file.
After changing the configuration.yaml
The configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI. [Learn more] file, restart Home Assistant to apply the changes.
# Example configuration.yaml entry:
watson_iot:
organization: "organization_id"
type: "device_type"
id: "device_id"
token: "auth_token"
Configuration Variables
Configure which integrations should be excluded from recording to Watson IoT Platform.
Configure which integrations should be included in recordings to Watson IoT Platform. If set, all other entities will not be recorded to Watson IoT Platform. Values set by the exclude option will prevail.
Examples
Full configuration
watson_iot:
exclude:
entities:
- entity.id1
- entity.id2
domains:
- automation
include:
entities:
- entity.id3
- entity.id4