Files
addons/dhcp_server/config.yaml
Pascal Vizeli 69c68bfac9 Update-deployment (#2281)
* Update deployment

* fix workflow

* Fix order

* restruct v1

* Fix style v2

* Cleanup style v3

* fix style v4

* Last style fix

* Address comments

* Update builder to 2021.11.3

* Fix let's encrypt

* fix lint

* Use ghcr.io

* fix

* Update versions

* fix readme
2021-11-24 11:43:54 +01:00

50 lines
899 B
YAML

version: "1.2"
slug: dhcp_server
name: DHCP server
description: A simple DHCP server
url: https://home-assistant.io/addons/dhcp_server/
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
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
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