mirror of
https://github.com/yazdanv/Hassio-Access-Point.git
synced 2025-01-30 04:36:22 -05:00
Update config.yaml
This commit is contained in:
parent
2eaf1c1e99
commit
f580ccda30
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user