#I am struggling with the following

1 messages · Page 1 of 1 (latest)

shadow juniper
#

service: babybuddy.add_feeding
data:
type: Formula
method: Bottle
notes: OpenHasp
start: "{{ as_timestamp(now())|timestamp_custom('%H:%M:%S',true) }}"
amount: 1
target:
entity_id: switch.test_123_timer

#

This is not working, while:

#

service: babybuddy.add_feeding
data:
type: Formula
method: Bottle
notes: OpenHasp
start: "11:30:00"
amount: 1
target:
entity_id: switch.test_123_timer