Просмотр исходного кода

style(devices): fix indentation in YAML meal plan comments

Avoid yamllint warnings
Jason Rumney 7 месяцев назад
Родитель
Сommit
ca773fab36

+ 8 - 8
custom_components/tuya_local/devices/arlec_5l_petfeeder.yaml

@@ -20,14 +20,14 @@ entities:
     category: config
     hidden: true
     dps:
-        # Meal plan is the following binary blob (1 byte per line), encoded
-        # in base64 (can repeat up to 10 times):
-        # - Date (1 bit per day Monday -> Sunday, padded with 0 on the MSB).
-        #    Ex: Monday, Wednesday, Sunday -> 0b01010001
-        # - Hour
-        # - Minute
-        # - Feed portions
-        # - Enable/Disabled
+      # Meal plan is the following binary blob (1 byte per line), encoded
+      # in base64 (can repeat up to 10 times):
+      # - Date (1 bit per day Monday -> Sunday, padded with 0 on the MSB).
+      #    Ex: Monday, Wednesday, Sunday -> 0b01010001
+      # - Hour
+      # - Minute
+      # - Feed portions
+      # - Enable/Disabled
       - id: 1
         type: base64
         name: value

+ 8 - 8
custom_components/tuya_local/devices/catit_pixi_6meal_feeder.yaml

@@ -17,14 +17,14 @@ entities:
     category: config
     hidden: true
     dps:
-        # Meal plan is the following binary blob (1 byte per line), encoded
-        # in base64:
-        # - Date (1 bit per day Monday -> Sunday, padded with 0 on the MSB).
-        #    Ex: Monday, Wednesday, Sunday -> 0b01010001
-        # - Hour
-        # - Minute
-        # - Feed number
-        # - Enable/Disabled
+      # Meal plan is the following binary blob (1 byte per line), encoded
+      # in base64:
+      # - Date (1 bit per day Monday -> Sunday, padded with 0 on the MSB).
+      #    Ex: Monday, Wednesday, Sunday -> 0b01010001
+      # - Hour
+      # - Minute
+      # - Feed number
+      # - Enable/Disabled
       - id: 1
         type: base64
         name: value