mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +00:00
Update Gc100 component configuration variable (#6879)
* Update Gc100 component configuration variable * Minor change
This commit is contained in:
parent
8791c0d26d
commit
d1051028f0
@ -25,7 +25,14 @@ gc100:
|
|||||||
port: 4998
|
port: 4998
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
host:
|
||||||
- **host** (*Required*): The hostname/IP address of your GC100 device.
|
description: The hostname or IP address of your GC100 device.
|
||||||
- **port** (*Optional*): The port on which the GC100 is listening.
|
required: true
|
||||||
|
type: string
|
||||||
|
port:
|
||||||
|
description: The port on which the GC100 is listening.
|
||||||
|
required: false
|
||||||
|
default: 4998
|
||||||
|
type: integer
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user