description:"Notifications and control of Baby Buddy. Works with Baby Buddy https://github.com/jcgoette/baby_buddy_homeassistant \n\nThis blueprint requires Helpers (You can use whatever name you want or use the below.)
\n- Input Text https://www.home-assistant.io/integrations/input_text/
\n- - BB Notes
\n- Input Number https://www.home-assistant.io/integrations/input_number/
\n- - BB Amount
"
domain:automation
input:
bb_child:
name:Baby Buddy Child
description:Choose one child per automation.
selector:
entity:
domain:sensor
device_class:babybuddy_child
bb_child_last_timer:
name:Baby Buddy Child Last Timer
description:Timer created by Baby Buddy integration. Choose the same timer as the child name.
selector:
entity:
domain:sensor
device_class:timestamp
notification_group:
name:Notification or Notification Group
description:Device or notify group to notify of timer starting. Blueprint sends a notification each time a timer start. For example notify.josh_s_phone or notify.all_phones
diaper_button:
name:Diaper Button
description:Helper (button type) to trigger diaper log. Use this button in your UI to log a diaper change.
selector:
entity:
domain:input_button
feeding_button:
name:Feeding Button
description:Helper (button type) to trigger feeding log. Use this button in your UI to log a feeding long.
selector:
entity:
domain:input_button
pumping_button:
name:Pumping Button
description:Helper (button type) to trigger pumping log. Use this button in your UI to log a pumping session.
selector:
entity:
domain:input_button
tummy_time_button:
name:Tummy Timer Button
description:Helper (button type) to trigger tummy time log. Use this button in your UI to log tummy time.
selector:
entity:
domain:input_button
sleep_button:
name:Helper to trigger sleep log.
description:Helper (button type) to trigger sleep log. Use this button in your UI to log a sleep session.
selector:
entity:
domain:input_button
bb_timer:
name:Baby Buddy Timer
description:The timer created by Baby Buddy. Usually named switch.firstName_lastName_timer For example switch.lindsay_smith_timer
selector:
entity:
domain:switch
diaper_counter:
name:Diaper Change Counter
description:Helper you created to count diaper changes. Resets at midnight.
selector:
entity:
domain:counter
feeding_counter:
name:Feeding Counter
description:Helper you created to count feeing sessions. Resets at midnight.
selector:
entity:
domain:counter
pumping_counter:
name:Pumping Counter
description:Helper you created to count pumping sessions. Resets at midnight.
selector:
entity:
domain:counter
bb_notes:
name:Notes
description:Shared notes field for diaper change or feeding notes.
selector:
entity:
domain:input_text
bb_amount:
name:Amount
description:Shared amount field for diaper changes and feedings.
selector:
entity:
domain:input_number
bb_ui_url:
name:Link to Baby Buddy tab in your dashboard.
description:Link to a dashboard page that has your Baby Buddy controls. For example /lovelace/baby-buddy Used as the tap action in the timer notificaiton to allow quick access.