FIxed config parameter name

This commit is contained in:
Tobias Brenner
2022-01-16 22:34:06 +01:00
parent 5591857fe6
commit 36e9518265
+3 -3
View File
@@ -1,6 +1,6 @@
--- ---
name: Cloudflared name: Cloudflared
version: 0.2.1 version: 0.2.2
slug: cloudflared slug: cloudflared
description: > description: >
Use a Cloudflared tunnel (formerly Argo Tunnel) Use a Cloudflared tunnel (formerly Argo Tunnel)
@@ -17,11 +17,11 @@ arch:
- armv7 - armv7
- i386 - i386
options: options:
external_ha_hostname: "" external_hostname: ""
tunnel_name: "homeassistant" tunnel_name: "homeassistant"
additional_hosts: [] additional_hosts: []
schema: schema:
external_ha_hostname: str external_hostname: str
tunnel_name: str tunnel_name: str
additional_hosts: additional_hosts:
- hostname: str - hostname: str