mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 12:56:54 +00:00
Add MQTT climate temperature_unit (#12844)
This commit is contained in:
parent
b13db6391a
commit
2ace9da7f6
@ -273,6 +273,10 @@ temperature_state_topic:
|
||||
description: The MQTT topic to subscribe for changes in the target temperature. If this is not set, the target temperature works in optimistic mode (see below).
|
||||
required: false
|
||||
type: string
|
||||
temperature_unit:
|
||||
description: Defines the temperature unit of the device, `C` or `F`. If this is not set, the temperature unit is set to the system temperature unit.
|
||||
required: false
|
||||
type: string
|
||||
temp_step:
|
||||
description: Step size for temperature set point.
|
||||
type: float
|
||||
|
Loading…
x
Reference in New Issue
Block a user