diff --git a/config/UI YAML/Overview/Light_Stack.yaml b/config/UI YAML/Overview/Light_Stack.yaml deleted file mode 100755 index 106f7460..00000000 --- a/config/UI YAML/Overview/Light_Stack.yaml +++ /dev/null @@ -1,187 +0,0 @@ -cards: - - type: custom:mushroom-vacuum-card - entity: vacuum.l10s_vacuum - icon_animation: true - commands: - - return_home - - start_pause - - locate - double_tap_action: - action: none - tap_action: - action: navigate - navigation_path: /lovelace/vacuum - visibility: - - condition: state - entity: vacuum.l10s_vacuum - state_not: docked - primary_info: name - fill_container: true - grid_options: - rows: 1 - columns: full - layout: horizontal - - type: custom:search-card - max_results: 10 - - type: custom:bubble-card - card_type: button - button_type: slider - entity: light.living_room_lights - name: Living Room Lights - icon: mdi:sofa - show_state: true - show_attribute: false - show_last_changed: true - tap_action: - action: navigate - navigation_path: "#living_room" - grid_options: - columns: 6 - rows: 1 - card_layout: large - - type: vertical-stack - cards: - - type: custom:bubble-card - card_type: pop-up - hash: "#living_room" - button_type: slider - entity: light.living_room_lights - name: Living Room Lights - icon: mdi:sofa - show_attribute: false - slide_to_close_distance: "100000" - trigger: [] - bg_opacity: "35" - show_state: true - show_last_changed: true - tap_action: - action: toggle - - type: custom:bubble-card - card_type: button - button_type: slider - entity: light.m1_front_left - name: Front Left - icon: mdi:light-recessed - show_state: true - show_attribute: false - show_last_changed: true - sub_button: [] - grid_options: - columns: 6 - rows: 1 - columns: 2 - - type: custom:bubble-card - card_type: button - button_type: slider - entity: light.m1_front_right - name: Front Right - icon: mdi:light-recessed - show_state: true - show_attribute: false - show_last_changed: true - sub_button: [] - grid_options: - columns: 6 - rows: 1 - - type: custom:bubble-card - card_type: button - button_type: slider - entity: light.m1_back_left - name: Back Left - icon: mdi:light-recessed - show_state: true - show_attribute: false - show_last_changed: true - sub_button: [] - grid_options: - columns: 6 - rows: 1 - - type: custom:bubble-card - card_type: button - button_type: slider - entity: light.m1_back_right - name: Back Right - icon: mdi:light-recessed - show_state: true - show_attribute: false - show_last_changed: true - sub_button: [] - grid_options: - columns: 6 - rows: 1 - grid_options: - columns: 12 - rows: auto - - type: custom:bubble-card - card_type: button - button_type: switch - entity: group.interior_switches - name: Interior Switches - icon: mdi:lightning-bolt - show_state: true - show_attribute: false - show_last_changed: false - button_action: - tap_action: - action: more-info - grid_options: - columns: 6 - rows: 1 - tap_action: - action: toggle - card_layout: large - - type: custom:bubble-card - card_type: button - button_type: state - entity: group.exterior_lights - name: Exterior Lights - icon: mdi:palm-tree - show_state: true - show_attribute: false - show_last_changed: true - grid_options: - columns: 6 - rows: 1 - - type: custom:bubble-card - card_type: button - entity: sensor.lights_on_count - name: Lights On - icon: mdi:lightbulb-on-outline - show_state: true - tap_action: - action: navigate - navigation_path: "#lights-popup" - button_action: - tap_action: - action: navigate - navigation_path: "#lights-popup" - - type: vertical-stack - cards: - - type: custom:bubble-card - card_type: pop-up - hash: "#lights-popup" - name: Lights Control - icon: mdi:lightbulb-group - width_desktop: 500px - show_header: true - entity: sensor.lights_on_count - button_type: name - - type: custom:auto-entities - filter: - include: - - domain: light - exclude: - - state: "off" - - state: unavailable - - hidden_by: user - show_empty: true - entity: sensor.lights_on_count - button_type: state - show_name: true - card: - type: custom:auto-entities - card: - type: entities - filter: - include: [] - exclude: [] diff --git a/config/UI YAML/Overview/Power_Stack.yaml b/config/UI YAML/Overview/Power_Stack.yaml deleted file mode 100755 index 208b9502..00000000 --- a/config/UI YAML/Overview/Power_Stack.yaml +++ /dev/null @@ -1,53 +0,0 @@ -# Power Stack Card Configuration -# For more information visit: https://www.vcloudinfo.com/click-here - -type: vertical-stack -cards: - - type: grid - cards: - - type: custom:power-flow-card-plus - entities: - battery: - state_of_charge: sensor.powerwall_charge - entity: sensor.powerwall_battery_power - use_metadata: false - invert_state: false - state_of_charge_unit_white_space: true - show_state_of_charge: true - grid: - secondary_info: {} - entity: sensor.powerwall_site_power - solar: - display_zero_state: true - secondary_info: {} - entity: sensor.powerwall_solar_power - icon: mdi:white-balance-sunny - color_icon: true - home: - secondary_info: {} - entity: sensor.powerwall_load_power - clickable_entities: true - display_zero_lines: - mode: grey_out - transparency: 50 - grey_color: - - 189 - - 189 - - 189 - use_new_flow_rate_model: true - w_decimals: 0 - kw_decimals: 1 - min_flow_rate: 0.75 - max_flow_rate: 4 - max_expected_power: 2000 - min_expected_power: 0.01 - watt_threshold: 1000 - transparency_zero_lines: 0 - grid_options: - columns: full - rows: auto - - type: vertical-stack - cards: - - type: energy-solar-graph - - type: energy-water-graph -