mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 02:16:50 +00:00
Add mqtt binary_sensor unique_id to documentation (#5538)
This commit is contained in:
parent
5cbaf8fd39
commit
4c8d8c20b5
@ -69,6 +69,10 @@ qos:
|
||||
required: false
|
||||
type: integer
|
||||
default: 0
|
||||
unique_id:
|
||||
description: "An ID that uniquely identifies this sensor. If two sensors have the same unique ID, Home Assistant will raise an exception."
|
||||
required: false
|
||||
type: string
|
||||
device_class:
|
||||
description: "The [type/class](/components/binary_sensor/) of the sensor to set the icon in the frontend."
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user