mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Document json_attributes_topic for MQTT Cover (#8301)
* Document json_attributes_topic * Update cover.mqtt.markdown * Update cover.mqtt.markdown
This commit is contained in:
parent
c879c4e7be
commit
32bb4d9da9
@ -173,6 +173,10 @@ tilt_invert_state:
|
|||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
json_attributes_topic:
|
||||||
|
description: The MQTT topic subscribed to receive a JSON dictionary payload and then set as sensor attributes. Usage example can be found in [MQTT sensor](/components/sensor.mqtt/#json-attributes-topic-configuration) documentation.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
unique_id:
|
unique_id:
|
||||||
description: An ID that uniquely identifies this cover. If two covers have the same unique ID, Home Assistant will raise an exception.
|
description: An ID that uniquely identifies this cover. If two covers have the same unique ID, Home Assistant will raise an exception.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user