Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type: vertical-stack
- cards:
- - type: custom:bubble-card
- card_type: pop-up
- name: Automations
- icon: m3o:automation
- hash: "#auto"
- button_type: name
- modules:
- - default
- show_header: true
- margin_top_mobile: 10vh
- margin_top_desktop: 10vh
- bg_opacity: "10"
- bg_blur: "15"
- backdrop_blur: "0"
- shadow_opacity: "10"
- scrolling_effect: false
- button_action:
- tap_action:
- action: navigate
- navigation_path: http://192.168.68.106:8123/config/automation/dashboard
- - type: custom:bubble-card
- card_type: separator
- name: Garage
- icon: mdi:garage-alert
- modules:
- - default
- card_layout: large
- - type: horizontal-stack
- cards:
- - type: custom:bubble-card
- card_type: button
- button_type: switch
- entity: automation.test_2
- show_state: true
- modules:
- - default
- name: Left Opened
- scrolling_effect: true
- show_icon: true
- card_layout: normal
- icon: mdi:garage-alert
- - type: custom:bubble-card
- card_type: button
- button_type: switch
- entity: automation.xavier_beacon_home_away
- show_state: true
- modules:
- - default
- name: Auto Open
- card_layout: normal
- show_icon: true
- scrolling_effect: true
- icon: m3of:garage
- - type: custom:bubble-card
- card_type: separator
- name: Xavier
- icon: mdi:car-sports
- modules:
- - default
- - type: custom:bubble-card
- card_type: button
- button_type: switch
- entity: automation.tesla_alert
- show_state: true
- modules:
- - default
- name: Tesla Left Unlocked
- card_layout: normal
- show_icon: true
- scrolling_effect: false
- icon: mdi:car-door-lock-open
- - type: custom:bubble-card
- card_type: separator
- name: Bathroom
- icon: mdi:shower-head
- modules:
- - default
- - type: horizontal-stack
- cards:
- - type: custom:bubble-card
- card_type: button
- button_type: switch
- show_state: true
- modules:
- - default
- name: Motion
- entity: automation.new_automation_bathroom
- card_layout: normal
- scrolling_effect: false
- icon: mdi:motion-sensor
- - type: custom:bubble-card
- card_type: button
- button_type: switch
- entity: automation.bathroom2_testing
- show_state: true
- modules:
- - default
- name: Presence
- card_layout: normal
- icon: mdi:human-greeting
- - type: custom:bubble-card
- card_type: button
- button_type: switch
- show_state: true
- modules:
- - default
- name: Water Leak Alert
- entity: automation.water
- card_layout: normal
- scrolling_effect: false
- icon: mdi:water-alert-outline
- - type: custom:bubble-card
- card_type: separator
- modules:
- - default
- name: Sump pump - last 12 hours
- icon: mdi:water-pump
- card_layout: normal
- - type: custom:mini-graph-card
- icon: mdi:water-pump
- entities:
- - entity: binary_sensor.sump_pump_vibration_zb_vibration
- name: Pump Cycles
- color: "#E0BBD8"
- name: Sump Pump Activity (Last 12 Hours)
- hours_to_show: 12
- points_per_hour: 60
- update_interval: 30
- aggregate_func: max
- font_size: 40
- line_width: 2
- smoothing: false
- height: 50
- tap_action: none
- state_map:
- - value: "off"
- label: Idle
- - value: "on"
- label: Active
- show:
- labels: true
- labels_secondary: true
- icon: false
- name: false
- points: true
- card_mod:
- style: |
- ha-card {
- background: transparent;
- }
Advertisement
Add Comment
Please, Sign In to add comment