Skip to content

Add IBM Watson IoT Platform component#13664

Merged
balloob merged 1 commit intohome-assistant:devfrom
mtreinish:watson-iot
Jun 7, 2018
Merged

Add IBM Watson IoT Platform component#13664
balloob merged 1 commit intohome-assistant:devfrom
mtreinish:watson-iot

Conversation

@mtreinish
Copy link
Copy Markdown
Contributor

@mtreinish mtreinish commented Apr 3, 2018

Description:

This commit adds a new history component for the IBM Watson IoT
Platform. The IBM Watson IoT Platform allows for tracking of devices
and analytics on top of the device data. This new component allows
users to have home assistant automatically populate a watson iot
platform board with device data from devices managed by home assistant.

Related issue (if applicable): fixes #

Pull request in home-assistant.github.io with documentation (if applicable): home-assistant/home-assistant.io#5100

Example entry for configuration.yaml (if applicable):

watson_iot:
  organization: 'organization_id'
  type: 'device_type'
  id: 'device_id'
  token: 'auth_token'

Checklist:

  • The code change is tested and works locally.
  • Local tests pass with tox. Your PR cannot be merged unless tests pass

If user exposed functionality or configuration variables are added/changed:

If the code communicates with devices, web services, or third-party tools:

  • New dependencies have been added to the REQUIREMENTS variable (example).
  • New dependencies are only imported inside functions that use them (example).
  • New dependencies have been added to requirements_all.txt by running script/gen_requirements_all.py.
  • New files were added to .coveragerc.

Loading
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants