From ea821680fdee59981ea674105ec5b9ff56164088 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Mon, 16 Sep 2024 14:32:50 +0200 Subject: [PATCH] Fixed yaml validation --- .yamllint/rules.yaml | 10 +++++----- packages/BTicino/bticino_groups.yaml | 1 - packages/update/update_engine.yaml | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.yamllint/rules.yaml b/.yamllint/rules.yaml index 95596ed4..c1d9fcc8 100644 --- a/.yamllint/rules.yaml +++ b/.yamllint/rules.yaml @@ -26,8 +26,8 @@ rules: type: unix #quoted-strings: - #quote-type: any - #required: true - #extra-required: [] - #extra-allowed: [] - #allow-quoted-quotes: false + # quote-type: any + # required: true + # extra-required: [] + # extra-allowed: [] + # allow-quoted-quotes: false diff --git a/packages/BTicino/bticino_groups.yaml b/packages/BTicino/bticino_groups.yaml index db58964e..87278d7b 100644 --- a/packages/BTicino/bticino_groups.yaml +++ b/packages/BTicino/bticino_groups.yaml @@ -30,4 +30,3 @@ group: - update.0x00047400015adb10 - update.0x00047400015ada3d - update.0x00047400015ada3f - diff --git a/packages/update/update_engine.yaml b/packages/update/update_engine.yaml index 609f5aee..911ae025 100644 --- a/packages/update/update_engine.yaml +++ b/packages/update/update_engine.yaml @@ -76,7 +76,7 @@ automation: notification_id: "update" script: - + ###################################################################### # Update: Update All # - update.install -- 2.47.3