mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-04-17 22:05:21 +01:00
Fix linter errors
This commit is contained in:
@@ -10,19 +10,17 @@ arch:
|
|||||||
- armhf
|
- armhf
|
||||||
- aarch64
|
- aarch64
|
||||||
- amd64
|
- amd64
|
||||||
startup: application
|
usb: true
|
||||||
boot: auto
|
init: false
|
||||||
usb: "true"
|
|
||||||
init: "false"
|
|
||||||
homeassistant_api: true
|
homeassistant_api: true
|
||||||
# host_network: false
|
# host_network: true
|
||||||
ports:
|
ports:
|
||||||
631/tcp: 631
|
631/tcp: 631
|
||||||
631/udp: 631
|
631/udp: 631
|
||||||
ports_description:
|
ports_description:
|
||||||
631/tcp: For other devices on the local network to print to this server
|
631/tcp: For other devices on the local network to print to this server
|
||||||
631/udp: For other devices on the local network to print to this server
|
631/udp: For other devices on the local network to print to this server
|
||||||
ingress: false
|
# ingress: false
|
||||||
map:
|
map:
|
||||||
- ssl
|
- ssl
|
||||||
options:
|
options:
|
||||||
|
|||||||
Reference in New Issue
Block a user