mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
change data_count -> count and add swap to climate (#18136)
* Update climate. * Tweak Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
ff5a721627
commit
dc78d12722
@ -281,7 +281,7 @@ modbus:
|
|||||||
- name: "Watlow F4T"
|
- name: "Watlow F4T"
|
||||||
address: 27586
|
address: 27586
|
||||||
input_type: holding
|
input_type: holding
|
||||||
data_count: 1
|
count: 1
|
||||||
data_type: custom
|
data_type: custom
|
||||||
max_temp: 35
|
max_temp: 35
|
||||||
min_temp: 15
|
min_temp: 15
|
||||||
@ -305,7 +305,7 @@ climates:
|
|||||||
description: Register address for current temperature (process value).
|
description: Register address for current temperature (process value).
|
||||||
required: true
|
required: true
|
||||||
type: integer
|
type: integer
|
||||||
data_count:
|
count:
|
||||||
description: Number of registers to read.
|
description: Number of registers to read.
|
||||||
required: false
|
required: false
|
||||||
type: integer
|
type: integer
|
||||||
@ -350,6 +350,11 @@ climates:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: ">f"
|
default: ">f"
|
||||||
|
swap:
|
||||||
|
description: "Swap the order of bytes/words, options are `none`, `byte`, `word`, `word_byte`."
|
||||||
|
required: false
|
||||||
|
default: none
|
||||||
|
type: string
|
||||||
target_temp_register:
|
target_temp_register:
|
||||||
description: Register address for target temperature (Setpoint).
|
description: Register address for target temperature (Setpoint).
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user