home-assistant.io/source/components/tellstick.markdown
Fabian Affolter 7da8bdb345 Add logo
2015-09-09 12:43:58 +02:00

828 B

layout, title, description, date, sidebar, comments, sharing, footer
layout title description date sidebar comments sharing footer
page Setting up TellStick Instructions how to integrate your TellStick into Home Assistant. 2015-03-28 13:06 false false true true
The TellStick Home Assistant integration allows users to add switches and sensors.

To get started, add the following information to your configuration.yaml:

# Example configuration.yaml entry
switch:
  platform: tellstick

sensor:
  platform: tellstick

  # optionally, you can name your sensors by mapping ID to their name
  2: Outside
  5: Fridge

  # Set only_named to 1 to hide all sensors that you did not mention.
  only_named: 1

# All dimmers will be picked up as lights.
light:
  platform: tellstick