Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---
- Items tracked:
- - Baby Metrics:
- - pees
- - poops
- - pukes
- - feeds
- - meds
- - Wifey Metrics:
- - snacks
- - meds
- - pumps
- - H20 Reminders
- ---
- Components Used:
- - counter helper
- - timer helper
- - logbook card
- - mushroom tile card
- - chip card (used on other dashboards for quick updating counters)
- - input button
- ---
- Automations Used:
- - counter reset automation
- - timer state change / notification automation
- ---
- HACS Add-ons used:
- - mushroom card
- ---
- - type: sections
- max_columns: 4
- icon: mdi:baby-carriage
- path: ''
- sections:
- - type: grid
- cards:
- - type: heading
- heading_style: title
- icon: mdi:human-pregnant
- heading: Mama's Trackers
- badges:
- - type: entity
- show_state: true
- show_icon: true
- entity: timer.ibuprofen
- visibility:
- - condition: state
- entity: timer.ibuprofen
- state: active
- - type: entity
- show_state: true
- show_icon: true
- entity: timer.tylenol
- visibility:
- - condition: state
- entity: timer.tylenol
- state: active
- - type: entity
- entity: counter.pumps
- - type: entity
- entity: counter.snacks
- - type: tile
- entity: timer.ibuprofen
- tap_action:
- action: perform-action
- perform_action: timer.start
- target:
- entity_id: timer.ibuprofen
- icon_tap_action:
- action: perform-action
- perform_action: timer.start
- target:
- entity_id: timer.ibuprofen
- hold_action:
- action: more-info
- name: Last Ibuprofen
- state_content: last_changed
- visibility:
- - condition: state
- entity: timer.ibuprofen
- state: idle
- - type: tile
- entity: timer.tylenol
- tap_action:
- action: perform-action
- perform_action: timer.start
- target:
- entity_id: timer.tylenol
- icon_tap_action:
- action: perform-action
- perform_action: timer.start
- target:
- entity_id: timer.tylenol
- hold_action:
- action: more-info
- name: Last Tylenol
- state_content: last_changed
- - type: custom:mushroom-entity-card
- entity: counter.pumps
- primary_info: name
- secondary_info: last-changed
- name: Last Pump
- icon_color: purple
- tap_action:
- action: perform-action
- perform_action: counter.increment
- target:
- entity_id: counter.pumps
- hold_action:
- action: more-info
- double_tap_action:
- action: more-info
- - type: tile
- entity: counter.snacks
- color: lime
- state_content: last_changed
- name: Last Snack
- tap_action:
- action: perform-action
- perform_action: counter.increment
- target:
- entity_id: counter.snacks
- hold_action:
- action: more-info
- icon_tap_action:
- action: perform-action
- perform_action: counter.increment
- target:
- entity_id: counter.snacks
- - type: tile
- entity: automation.water_reminder
- tap_action:
- action: perform-action
- perform_action: automation.trigger
- target:
- entity_id: automation.water_reminder
- data:
- skip_condition: true
- icon_tap_action:
- action: perform-action
- perform_action: automation.trigger
- target:
- entity_id: automation.water_reminder
- data:
- skip_condition: true
- hold_action:
- action: more-info
- icon: mdi:water-circle
- hide_state: false
- state_content: last_triggered
- - square: false
- type: grid
- cards:
- - type: custom:timer-bar-card
- entity: timer.tylenol
- name: Next Tylenol
- bar_width: 50%
- mushroom:
- layout: horizontal
- color: cyan
- visibility:
- - condition: state
- entity: timer.tylenol
- state: active
- tap_action:
- action: perform-action
- text: Are you sure?
- confirmation: true
- perform_action: timer.start
- target:
- entity_id: timer.tylenol
- - type: custom:timer-bar-card
- entity: timer.ibuprofen
- name: Next Ibuprofen
- bar_width: 50%
- mushroom:
- layout: horizontal
- color: cyan
- visibility:
- - condition: state
- entity: timer.ibuprofen
- state: active
- tap_action:
- action: perform-action
- text: Are you sure?
- confirmation: true
- perform_action: timer.start
- target:
- entity_id: timer.ibuprofen
- columns: 1
- - type: grid
- cards:
- - type: heading
- heading_style: title
- heading: Baby's Trackers
- icon: mdi:baby-face
- badges:
- - type: entity
- entity: counter.feeds
- - type: entity
- entity: counter.poops
- - type: entity
- entity: counter.pees
- - type: entity
- show_state: true
- show_icon: true
- entity: counter.pukes
- visibility:
- - condition: numeric_state
- entity: counter.pukes
- above: 0
- - type: tile
- entity: counter.feeds
- color: white
- tap_action:
- action: perform-action
- perform_action: counter.increment
- target:
- entity_id: counter.feeds
- hold_action:
- action: more-info
- icon_tap_action:
- action: perform-action
- perform_action: counter.increment
- target:
- entity_id: counter.feeds
- state_content: last_changed
- name: Last Feed
- visibility:
- - condition: state
- entity: timer.feeds
- state: idle
- - type: tile
- entity: counter.poops
- color: brown
- tap_action:
- action: perform-action
- perform_action: counter.increment
- target:
- entity_id: counter.poops
- icon_tap_action:
- action: perform-action
- perform_action: counter.increment
- target:
- entity_id: counter.poops
- hold_action:
- action: more-info
- state_content: last_changed
- name: Last Poop
- - type: tile
- entity: counter.pees
- tap_action:
- action: perform-action
- perform_action: counter.increment
- target:
- entity_id: counter.pees
- color: yellow
- icon_tap_action:
- action: perform-action
- perform_action: counter.increment
- target:
- entity_id: counter.pees
- hold_action:
- action: more-info
- state_content: last_changed
- name: Last Pee
- - type: tile
- entity: counter.pukes
- tap_action:
- action: perform-action
- perform_action: counter.increment
- target:
- entity_id: counter.pukes
- icon_tap_action:
- action: perform-action
- perform_action: counter.increment
- target:
- entity_id: counter.pukes
- color: green
- hold_action:
- action: more-info
- state_content: last_changed
- name: Last Puke
- - type: tile
- entity: input_button.emmett_vitamin_k
- hide_state: false
- state_content: last_changed
- tap_action:
- action: toggle
- name: Last Vitamin D
- icon: mdi:eyedropper
- color: deep-purple
- - square: false
- type: grid
- cards:
- - type: custom:timer-bar-card
- entity: timer.feeds
- name: Next Feed
- bar_width: 50%
- mushroom:
- layout: horizontal
- color: white
- visibility:
- - condition: state
- entity: timer.feeds
- state: active
- tap_action:
- action: perform-action
- text: Are you sure?
- confirmation: true
- perform_action: counter.increment
- target:
- entity_id: counter.feeds
- modifications:
- - elapsed: 1%
- bar_foreground: green
- - elapsed: 25%
- bar_foreground: yellow
- - elapsed: 50%
- bar_foreground: orange
- - elapsed: 75%
- bar_foreground: red
- columns: 1
- - type: history-graph
- entities:
- - entity: counter.feeds
- - entity: counter.pees
- - entity: counter.poops
- - entity: counter.pukes
- - entity: counter.pumps
- min_y_axis: 0
- fit_y_data: true
- logarithmic_scale: false
- hours_to_show: 8
Advertisement
Add Comment
Please, Sign In to add comment