From a37adabd95b22f3d15da1553e22951ee311c8c79 Mon Sep 17 00:00:00 2001 From: Magnus Brange Date: Fri, 6 Sep 2019 22:29:23 +0200 Subject: [PATCH] Update tellstick.markdown (#10196) Add information about protocol and model for named sensors --- source/_components/tellstick.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/source/_components/tellstick.markdown b/source/_components/tellstick.markdown index b77d76a2c4f..5299d147515 100644 --- a/source/_components/tellstick.markdown +++ b/source/_components/tellstick.markdown @@ -118,6 +118,14 @@ only_named: description: Specify the name of the selected sensor. required: true type: string + protocol: + description: The protocol that the sensor uses. Can be used if id isn't unique enough. + required: false + type: string + model: + description: The model that the sensor uses. Can be used if id and protocol isn't unique enough. + required: false + type: string temperature_scale: description: The scale of the temperature value. required: false @@ -147,6 +155,11 @@ sensor: name: Outside - id: 21 name: Inside + protocol: mandolyn + - id: 44 + name: In between + protocol: fineoffset + model: temperaturehumidity ``` ## Switch