mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update Rflink sensor component configuration (#7121)
This commit is contained in:
parent
59963a7a23
commit
9f017aeff3
@ -34,17 +34,35 @@ sensor:
|
|||||||
sensor_type: temperature
|
sensor_type: temperature
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
automatic_add:
|
||||||
- **automatic_add** (*Optional*): Automatically add new/unconfigured devices to HA if detected (default: True).
|
description: Automatically add new/unconfigured devices to Home Assistant if detected.
|
||||||
- **devices** (*Optional*): A list of devices with their name to use in the frontend.
|
required: false
|
||||||
|
default: true
|
||||||
Device configuration variables:
|
type: boolean
|
||||||
|
devices:
|
||||||
- **sensor_type** (*Required*): Override automatically detected type of sensor. For list of values see below.
|
description: A list of devices with their name to use in the frontend.
|
||||||
- **name** (*Optional*): Name for the device, defaults to RFLink ID.
|
required: false
|
||||||
- **unit_of_measurement** (*Optional*): Override automatically detected unit of sensor.
|
type: list
|
||||||
- **aliases** (*Optional*): Alternative RFLink ID's this device is known by.
|
keys:
|
||||||
|
name:
|
||||||
|
description: Name for the device.
|
||||||
|
required: false
|
||||||
|
default: RFLink ID
|
||||||
|
type: string
|
||||||
|
sensor_type:
|
||||||
|
description: Override automatically detected type of sensor. For list of values see below.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
unit_of_measurement:
|
||||||
|
description: Override automatically detected unit of sensor.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
aliases:
|
||||||
|
description: "(deprecated) Alternative RFLink ID's this device is known by."
|
||||||
|
required: false
|
||||||
|
type: [list, string]
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
Sensor type values:
|
Sensor type values:
|
||||||
|
|
||||||
@ -92,4 +110,3 @@ Sensors are added automatically when the RFLink gateway intercepts a wireless co
|
|||||||
### {% linkable_title Device support %}
|
### {% linkable_title Device support %}
|
||||||
|
|
||||||
See [device support](/components/rflink/#device-support)
|
See [device support](/components/rflink/#device-support)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user