|
@@ -12,9 +12,6 @@ entities:
|
|
|
type: string
|
|
type: string
|
|
|
name: sensor
|
|
name: sensor
|
|
|
optional: true
|
|
optional: true
|
|
|
- - id: 231
|
|
|
|
|
- type: hex
|
|
|
|
|
- name: schedule
|
|
|
|
|
- id: 237
|
|
- id: 237
|
|
|
type: string
|
|
type: string
|
|
|
name: planned_feed_report
|
|
name: planned_feed_report
|
|
@@ -23,6 +20,20 @@ entities:
|
|
|
type: string
|
|
type: string
|
|
|
name: manual_feed_report
|
|
name: manual_feed_report
|
|
|
optional: true
|
|
optional: true
|
|
|
|
|
+ - entity: text
|
|
|
|
|
+ translation_key: meal_plan
|
|
|
|
|
+ category: config
|
|
|
|
|
+ hidden: true
|
|
|
|
|
+ dps:
|
|
|
|
|
+ # Meal plan is a hex blob of 5-byte slots:
|
|
|
|
|
+ # - Days (1 bit per day, bitmask)
|
|
|
|
|
+ # - Hour
|
|
|
|
|
+ # - Minute
|
|
|
|
|
+ # - Portions
|
|
|
|
|
+ # - Enabled (1) / disabled (0)
|
|
|
|
|
+ - id: 231
|
|
|
|
|
+ type: hex
|
|
|
|
|
+ name: value
|
|
|
- entity: light
|
|
- entity: light
|
|
|
translation_key: indicator
|
|
translation_key: indicator
|
|
|
category: config
|
|
category: config
|