mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 04:16:48 +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
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **host** (*Required*): The hostname/IP address of your GC100 device.
|
||||
- **port** (*Optional*): The port on which the GC100 is listening.
|
||||
{% configuration %}
|
||||
host:
|
||||
description: The hostname or IP address of your GC100 device.
|
||||
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