diff --git a/source/_integrations/smarty.markdown b/source/_integrations/smarty.markdown index 0ac2ca4c9f2..a4e8823ca78 100644 --- a/source/_integrations/smarty.markdown +++ b/source/_integrations/smarty.markdown @@ -5,6 +5,7 @@ ha_category: - Fan - Hub - Sensor +ha_config_flow: true ha_iot_class: Local Polling ha_release: 0.95 ha_codeowners: @@ -35,23 +36,4 @@ The integration has a fan platform to view and control the ventilation speed, an - Warning - Filter Change Timer -## Configuration - -To set it up, add the following information to your {% term "`configuration.yaml`" %} file: - -```yaml -smarty: - host: 192.168.0.10 -``` - -{% configuration %} -host: - description: The IP Address of the unit. - required: true - type: string -name: - description: The name of this device as you want to see it in Home Assistant. - required: false - default: Smarty - type: string -{% endconfiguration %} +{% include integrations/config_flow.md %}