Update Flexit climate component configuration variable (#6840)

This commit is contained in:
Klaas Schoute 2018-10-16 08:31:04 +02:00 committed by Fabian Affolter
parent 7c19d1a679
commit 68b63be2fb

View File

@ -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