use configuration_basic block instead of configuration for UI config

This commit is contained in:
c0ffeeca7 2025-03-14 06:43:02 +01:00 committed by GitHub
parent a51b55d857
commit 7f0a4321e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,29 +37,21 @@ There is support for the following platform types within Home Assistant:
{% include integrations/config_flow.md %}
{% configuration %}
{% configuration_basic %}
host:
required: true
description: The IP address of the Comelit SmartHome device.
type: string
port:
required: true
description: The TCP port of the Comelit SmartHome device.
type: string
pin:
required: false
description: The PIN of the Comelit SmartHome device.
type: integer
type:
required: true
description: The type the Comelit SmartHome device.
type: list
keys:
bridge:
description: Comelit Serial Bridge.
vedo:
description: Comelit VEDO System.
{% endconfiguration %}
{% endconfiguration_basic %}
## Removing the integration