From 0fd189b18d5c73139159b02827825cc767af754b Mon Sep 17 00:00:00 2001 From: Jan-Henrik Bruhn Date: Mon, 6 Feb 2023 22:38:10 +0100 Subject: [PATCH] Fix schema --- epaper-station/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epaper-station/config.yaml b/epaper-station/config.yaml index 66b7a57..dc919be 100644 --- a/epaper-station/config.yaml +++ b/epaper-station/config.yaml @@ -14,7 +14,7 @@ options: channel: 25 schema: serial_port: str - channel: "int(11, 25)" + channel: "int(11,25)" stage: experimental url: https://github.com/jhbruhn/ZBS_Flasher hassio_api: true