mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +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
|
slave: 21
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
slave:
|
||||||
- **slave** (*Required*): The slave ID of the modbus adapter, set using DIP-switches.
|
description: The slave ID of the modbus adapter, set using DIP-switches.
|
||||||
- **name** (*Optional*): Displayed name of the A/C unit
|
required: true
|
||||||
|
type: integer
|
||||||
|
name:
|
||||||
|
description: Displayed name of the A/C unit.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
<p class='note'>
|
<p class='note'>
|
||||||
This component requires the [Modbus](/components/modbus/) component to be set up to work
|
This component requires the [Modbus](/components/modbus/) component to be set up to work
|
||||||
|
Loading…
x
Reference in New Issue
Block a user