mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Document json_attributes_topic for MQTT Climate (#8303)
* Document json_attributes_topic * Update climate.mqtt.markdown * Update climate.mqtt.markdown
This commit is contained in:
parent
33af425958
commit
5261f57f72
@ -211,6 +211,10 @@ temp_step:
|
||||
type: number
|
||||
required: false
|
||||
default: 1
|
||||
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
|
||||
device:
|
||||
description: 'Information about the device this HVAC device is a part of to tie it into the [device registry](https://developers.home-assistant.io/docs/en/device_registry_index.html). Only works through [MQTT discovery](/docs/mqtt/discovery/) and when [`unique_id`](#unique_id) is set.'
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user