Update config.yaml

This commit is contained in:
Yazdan 2024-10-14 19:10:46 +02:00 committed by GitHub
parent 2eaf1c1e99
commit f580ccda30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
---
name: Hass.io Access Point
version: 0.5.9
version: 0.5.10
slug: hassio-access-point
description: Create a WiFi access point to directly connect devices to Home Assistant
arch: [armhf, armv7, aarch64, amd64, i386]
@ -30,8 +30,6 @@ options:
debug: 0
hostapd_config_override: []
client_internet_access: false
internet_access_for_all: false
allow_ip_addresses: []
client_dns_override: []
dnsmasq_config_override: []
schema:
@ -54,9 +52,6 @@ schema:
hostapd_config_override:
- str?
client_internet_access: bool
internet_access_for_all: bool
allow_ip_addresses:
- match(^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$)
client_dns_override:
- match(^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$)
dnsmasq_config_override: