瀏覽代碼

feat(welltobe_cat_feeder): add meal plan entity

Add the meal plan entity on dp 1.
As this is not normally sent by the device and is in an undocumented
binary format, make it disabled by default, but it is there if the users
choose to enable it.

Issue #3702
Jason Rumney 11 月之前
父節點
當前提交
20a7c13a3d
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      custom_components/tuya_local/devices/welltobe_cat_feeder.yaml

+ 9 - 0
custom_components/tuya_local/devices/welltobe_cat_feeder.yaml

@@ -16,6 +16,15 @@ entities:
         range:
           min: 1
           max: 6
+  - entity: text
+    name: Meal plan
+    hidden: true
+    category: config
+    dps:
+      - id: 1
+        type: base64
+        optional: true
+        name: value
   - entity: switch
     name: Slow feed
     icon: "mdi:speedometer-slow"