Update tellstick.markdown (#10196)

Add information about protocol and model for named sensors
This commit is contained in:
Magnus Brange 2019-09-06 22:29:23 +02:00 committed by Martin Hjelmare
parent 868b6aa50a
commit a37adabd95

View File

@ -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