diff --git a/source/_components/climate.flexit.markdown b/source/_components/climate.flexit.markdown index 0281b507565..36cda1ecf58 100644 --- a/source/_components/climate.flexit.markdown +++ b/source/_components/climate.flexit.markdown @@ -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 %}

This component requires the [Modbus](/components/modbus/) component to be set up to work