mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
use configuration_basic block instead of configuration for UI config
This commit is contained in:
parent
a51b55d857
commit
7f0a4321e0
@ -37,29 +37,21 @@ There is support for the following platform types within Home Assistant:
|
|||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration_basic %}
|
||||||
host:
|
host:
|
||||||
required: true
|
|
||||||
description: The IP address of the Comelit SmartHome device.
|
description: The IP address of the Comelit SmartHome device.
|
||||||
type: string
|
|
||||||
port:
|
port:
|
||||||
required: true
|
|
||||||
description: The TCP port of the Comelit SmartHome device.
|
description: The TCP port of the Comelit SmartHome device.
|
||||||
type: string
|
|
||||||
pin:
|
pin:
|
||||||
required: false
|
|
||||||
description: The PIN of the Comelit SmartHome device.
|
description: The PIN of the Comelit SmartHome device.
|
||||||
type: integer
|
|
||||||
type:
|
type:
|
||||||
required: true
|
|
||||||
description: The type the Comelit SmartHome device.
|
description: The type the Comelit SmartHome device.
|
||||||
type: list
|
|
||||||
keys:
|
keys:
|
||||||
bridge:
|
bridge:
|
||||||
description: Comelit Serial Bridge.
|
description: Comelit Serial Bridge.
|
||||||
vedo:
|
vedo:
|
||||||
description: Comelit VEDO System.
|
description: Comelit VEDO System.
|
||||||
{% endconfiguration %}
|
{% endconfiguration_basic %}
|
||||||
|
|
||||||
## Removing the integration
|
## Removing the integration
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user