-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
/
Copy pathconfig.yaml
56 lines (56 loc) · 997 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
version: 1.5.0
slug: dhcp_server
name: DHCP server
description: A simple DHCP server
url: https://home-assistant.io/addons/dhcp_server/
codenotary: [email protected]
advanced: true
arch:
- armhf
- armv7
- aarch64
- amd64
- i386
host_network: true
image: homeassistant/{arch}-addon-dhcp_server
options:
default_lease: 86400
dns:
- 8.8.8.8
- 8.8.4.4
ntp: []
domain: null
hosts: []
max_lease: 172800
networks:
- broadcast: 192.168.1.255
gateway: 192.168.1.1
interface: eth0
netmask: 255.255.255.0
range_end: 192.168.1.200
range_start: 192.168.1.100
subnet: 192.168.1.0
schema:
default_lease: int
dns:
- str
ntp:
- str
domain: str
hosts:
- ip: str
mac: str
name: str
max_lease: int
networks:
- broadcast: str
gateway: str
interface: str
netmask: str
range_end: str
range_start: str
subnet: str
startup: system
init: false
stage: deprecated