mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update Flexit climate component configuration variable (#6840)
This commit is contained in:
parent
7c19d1a679
commit
68b63be2fb
@ -26,10 +26,16 @@ climate:
|
||||
slave: 21
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **slave** (*Required*): The slave ID of the modbus adapter, set using DIP-switches.
|
||||
- **name** (*Optional*): Displayed name of the A/C unit
|
||||
{% configuration %}
|
||||
slave:
|
||||
description: The slave ID of the modbus adapter, set using DIP-switches.
|
||||
required: true
|
||||
type: integer
|
||||
name:
|
||||
description: Displayed name of the A/C unit.
|
||||
required: false
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
<p class='note'>
|
||||
This component requires the [Modbus](/components/modbus/) component to be set up to work
|
||||
|
Loading…
x
Reference in New Issue
Block a user