Skip to content

Commit f497142

Browse files
authored
Note on imports
Note that the config/option flow must be used to finalize an imported configuration.yaml.
1 parent 0005072 commit f497142

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/_integrations/konnected.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ Home Assistant offers Konnected integration through **Configuration** -> **Integ
3636

3737
The config flow will guide you through a setup process that lets you connect to the panel and generate a config entry. You can then utilize the options flow to configure or modify the behavior of each zone.
3838

39-
If you prefer you can also utilize a `konnected` section in the `configuration.yaml` file that specifies the Konnected devices on the network and the sensors or actuators attached to them. If using `configuration.yaml` the config will automatically be imported into a config entry or used to start a config flow. Details of the config fields and values can be found below - these apply to both the config flow and the yaml.
39+
If you prefer you can also utilize a `konnected` section in the `configuration.yaml` file that specifies the Konnected devices on the network and the sensors or actuators attached to them. If using `configuration.yaml` the config will automatically be imported and used to start a config flow. **Note that you must still complete the config/options flow before the config entry will be finalized.**
40+
41+
Details of the config fields and values can be found below - these apply to both the config flow and the yaml.
4042

4143
```yaml
4244
# Example configuration.yaml entry

0 commit comments

Comments
 (0)