mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update tellstick.markdown (#10196)
Add information about protocol and model for named sensors
This commit is contained in:
parent
868b6aa50a
commit
a37adabd95
@ -118,6 +118,14 @@ only_named:
|
|||||||
description: Specify the name of the selected sensor.
|
description: Specify the name of the selected sensor.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
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:
|
temperature_scale:
|
||||||
description: The scale of the temperature value.
|
description: The scale of the temperature value.
|
||||||
required: false
|
required: false
|
||||||
@ -147,6 +155,11 @@ sensor:
|
|||||||
name: Outside
|
name: Outside
|
||||||
- id: 21
|
- id: 21
|
||||||
name: Inside
|
name: Inside
|
||||||
|
protocol: mandolyn
|
||||||
|
- id: 44
|
||||||
|
name: In between
|
||||||
|
protocol: fineoffset
|
||||||
|
model: temperaturehumidity
|
||||||
```
|
```
|
||||||
|
|
||||||
## Switch
|
## Switch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user