Add config flow to Smarty (#35369)

* Add config flow to Smarty

* Fix
This commit is contained in:
Joost Lekkerkerker 2024-10-24 19:42:04 +02:00 committed by GitHub
parent 59ca5aa631
commit 64070d9f19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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