mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-17 23:56:49 +00:00
1.2 KiB
1.2 KiB
layout, title, description, date, sidebar, comments, sharing, footer
layout | title | description | date | sidebar | comments | sharing | footer |
---|---|---|---|---|---|---|---|
page | TellStick sensors support | Instructions how to integrate TellStick sensors into Home Assistant. | 2015-08-06 19:00 | false | false | true | true |

To use your TellStick device in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
platform: tellstick
135: Outside
21: Inside
only_named: True
temperature_scale: "°C"
datatype_mask: 1
Configuration variables:
- ID: Name Optional: Entry for a sensor with the name for it and its ID.
- only_named Optional: Only show the named sensors. Set to
True
to hide sensors. - temperature_scale Optional: The scale of the temperature value.
- datatype_mask Optional: Mask to determine which sensor values to show based on. Please check the TellCore tellcore.constants documentation for details.