mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
Change Modbus climate to use standard attribute names (#18005)
This commit is contained in:
parent
3dc98d2386
commit
ae9093f8a4
@ -279,8 +279,8 @@ modbus:
|
||||
port: 502
|
||||
climates:
|
||||
- name: "Watlow F4T"
|
||||
current_temp_register: 27586
|
||||
current_temp_register_type: holding
|
||||
address: 27586
|
||||
input_type: holding
|
||||
data_count: 1
|
||||
data_type: custom
|
||||
max_temp: 35
|
||||
@ -301,15 +301,10 @@ climates:
|
||||
required: false
|
||||
type: [map]
|
||||
keys:
|
||||
current_temp_register:
|
||||
address:
|
||||
description: Register address for current temperature (process value).
|
||||
required: true
|
||||
type: integer
|
||||
current_temp_register_type:
|
||||
description: Modbus register type (`holding`, `input`) for current temperature.
|
||||
required: false
|
||||
type: string
|
||||
default: holding
|
||||
data_count:
|
||||
description: Number of registers to read.
|
||||
required: false
|
||||
@ -320,6 +315,11 @@ climates:
|
||||
required: false
|
||||
type: string
|
||||
default: float
|
||||
input_type:
|
||||
description: Modbus register type (`holding`, `input`) for current temperature.
|
||||
required: false
|
||||
type: string
|
||||
default: holding
|
||||
max_temp:
|
||||
description: Maximum setpoint temperature.
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user