diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..c93085e --- /dev/null +++ b/config.yaml @@ -0,0 +1,26 @@ +version: "1.0.0" +name: "Fichero Printer" +description: "Fichero D11s thermal label printer with BLE support" +url: "https://github.com/your-repo/fichero-printer" +startup: "application" +boot: "auto" +host_network: true +host_dbus: true +devices: + - /dev/rfcomm0 +environment: + DBUS_SYSTEM_BUS_ADDRESS: "unix:path=/host/run/dbus/system_bus_socket" +ports: + 8765/tcp: 8765 +ports_description: + 8765/tcp: "Fichero Printer REST API" +options: + port: 8765 + address: "" + transport: "ble" + channel: 1 +schema: + port: int(1024,65535) + address: str? + transport: list(ble|classic) + channel: int(1,30)