mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add write_registers support for Fan Mode (#30838)
* Add write_registers support for Fan Mode * Removed param - updated to conf_address int or list
This commit is contained in:
parent
9e4a6cc922
commit
61b76ace59
@ -623,9 +623,9 @@ climates:
|
|||||||
type: map
|
type: map
|
||||||
keys:
|
keys:
|
||||||
address:
|
address:
|
||||||
description: "Address of Fan mode register."
|
description: "Address of Fan mode register. (int to call write_register, list of 1 int to call write_registers)"
|
||||||
required: true
|
required: true
|
||||||
type: integer
|
type: [integer, list]
|
||||||
values:
|
values:
|
||||||
description: "Mapping between the register values and Fan modes
|
description: "Mapping between the register values and Fan modes
|
||||||
This is typically used to control one of: Speed, Direction or On/Off state."
|
This is typically used to control one of: Speed, Direction or On/Off state."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user