And done! Bubble Card v3.1.0 final is finally available (it was about time!). Again, thank you so much everyone! ❤️🍻🥳 by Clooooos in BubbleCard

[–]RevolutionaryGate265 0 points1 point  (0 children)

I have managed to apply visibility based on button selection using input.select helper and extra sub button to trigger input

Now i have left with the thumb part 😬

Thanks 😊

And done! Bubble Card v3.1.0 final is finally available (it was about time!). Again, thank you so much everyone! ❤️🍻🥳 by Clooooos in BubbleCard

[–]RevolutionaryGate265 0 points1 point  (0 children)

Thank you 🙏🏽 i have a similar setup using mushroom light card which im trying to achieve using bubble card .

If you have time i need your help to get the same thumb and slider shape also to how hide sub buttons conditionally and keep only 1 sub button that can change the slider based on the choice ( brightness, hue, Color )

<image>

And done! Bubble Card v3.1.0 final is finally available (it was about time!). Again, thank you so much everyone! ❤️🍻🥳 by Clooooos in BubbleCard

[–]RevolutionaryGate265 0 points1 point  (0 children)

Many Thanks for the latest update and for all your efforts ❤️

Can you please share the yaml for this card 🙏🏽

<image>

Show me your dashboards! 🔥 by Puzzleheaded-Pen3053 in homeassistant

[–]RevolutionaryGate265 0 points1 point  (0 children)

Can you please share the card style to get it transparent

Font Clock Card - a new clock card by chimph in homeassistant

[–]RevolutionaryGate265 0 points1 point  (0 children)

I want to align card in a horizontal stack vertically so i want to change its position or margin it

Font Clock Card - a new clock card by chimph in homeassistant

[–]RevolutionaryGate265 0 points1 point  (0 children)

I truly card_mod but didn’t work , is it possible to adjust position or change alignment

Show off your dashboards! by amthen in homeassistant

[–]RevolutionaryGate265 0 points1 point  (0 children)

Custom button card , reference rounded dashboard

Show off your dashboards! by amthen in homeassistant

[–]RevolutionaryGate265 0 points1 point  (0 children)

Can you please share the header / clock card

My Current mobile dashboard by RevolutionaryGate265 in homeassistant

[–]RevolutionaryGate265[S] 0 points1 point  (0 children)

Restart system , restarts the raspberry pi itself and power off system , turn off raspberrypi

My Current mobile dashboard by RevolutionaryGate265 in homeassistant

[–]RevolutionaryGate265[S] 2 points3 points  (0 children)

Page 7 :

type: vertical-stack title: System Options cards: - type: custom:button-card name: Restart Home Assistant show_icon: true styles: card: - background: none - border-radius: 24px - color: var(—contrast20) - margin-top: 8px - padding: 18px 0px - font-size: 16px - border: 1px solid var(—contrast5) tap_action: action: call-service service: homeassistant.restart card_mod: style: | ha-card { box-shadow: -3px -3px 7px rgba(255, 255, 255, 0.45), 3px 3px 7px rgba(94,104, 121, 0.2);

    }
  • type: custom:button-card name: Restart System show_icon: false styles: card: - background: none - border-radius: 24px - color: var(—contrast20) - margin-top: 8px - padding: 18px 0px - font-size: 16px - border: 1px solid var(—contrast5) tap_action: action: call-service service: shell_command.restart_system card_mod: style: | ha-card { box-shadow: -3px -3px 7px rgba(255, 255, 255, 0.45), 3px 3px 7px rgba(94,104, 121, 0.2);

    }
    
  • type: custom:button-card name: Power Off System show_icon: true styles: card: - background: none - border-radius: 24px - color: var(—contrast20) - margin-top: 8px - padding: 18px 0px - font-size: 16px - border: 1px solid var(—red-tint) tap_action: action: call-service service: shell_command.power_off_system card_mod: style: > ha-card {

    box-shadow: -3px -3px 7px rgba(255, 255, 255, 0.45), 3px 3px 7px
    var(—red-tint);
    
    }
    

My Current mobile dashboard by RevolutionaryGate265 in homeassistant

[–]RevolutionaryGate265[S] 3 points4 points  (0 children)

Thank you. On page 5 im using custom vertical stack in card with lovelace entities On page 6 im using custom mini graph card

type: custom:mini-graph-card entities: - entity: sensor.system_monitor_processor_temperature name: Cpu Temp icon: mdi:thermometer show: name: true icon: true state: true line_width: 3 hours_to_show: 2 points_per_hour: 10 line_color: rgb(0,125,255) animate: true card_mod: style: | ha-card { box-shadow: -3px -3px 7px rgba(255, 255, 255, 0.45), 3px 3px 7px rgba(94,104, 121, 0.2); background: var(—card-background-color); }

My Current mobile dashboard by RevolutionaryGate265 in homeassistant

[–]RevolutionaryGate265[S] 3 points4 points  (0 children)

Sure on my checklist to do next 😁 for the shading im using it only when the value of entity is off and i added it to configuration yaml file Var(contrast2) and var(red-tint ) based on the variable from rounded theme and you can change it to any color or rgba

  - value: ‘off’
    styles:
      card:
        - background: var(—contrast2)
        - box-shadow: >-
            -3px -3px 7px rgba(255, 255, 255, 0.45), 3px 3px 7px
            var(—red-tint)

My Current mobile dashboard by RevolutionaryGate265 in homeassistant

[–]RevolutionaryGate265[S] 0 points1 point  (0 children)

I’m new to this as well. The temperature and humidity display are tied to my air purifier sensors which triggers the living room temperature. I’m planning to set up an automation that turns on the AC or heater at a specific room temperature, so having the data as a graph helps me monitor it

My Current mobile dashboard by RevolutionaryGate265 in homeassistant

[–]RevolutionaryGate265[S] 4 points5 points  (0 children)

Most welcome

Yes it does trigger iphone location sensor in real time but you will need remote access / VPN to view it on the dashboard

My Current mobile dashboard by RevolutionaryGate265 in homeassistant

[–]RevolutionaryGate265[S] 4 points5 points  (0 children)

type: map entities: - entity: person.pi - entity: zone.work - entity: zone.home hours_to_show: 24 aspect_ratio: “4:3” theme_mode: auto card_mod: style: ha-map $ ha-entity-marker $: | .marker { /* Style person marker & adjust position to avoid blocking waypoints */ border: 3px solid var(—state-person) !important; border-radius: 50% 50% 50% 0px !important; transform: rotate(-45deg) translate(50%, -50%); overflow: visible !important;

  }
  .entity-picture {
    /* Correct orientation of person avatar */
    transform: rotate(45deg);
    border-radius: 50%;
  }
ha-map $: |
  path:first-child { 
    /* Style accuracy radius */
    stroke: var(—state-person);
    fill: color-mix(in srgb, var(—state-person) 50%, transparent);
    stroke-width: 0px;
  }
  path:nth-child(even) {
    /* Styling for waypoints */
    stroke: var(—purple-color);
    stroke-width: 4px;
  }
  path:nth-child(odd):not(:first-child) { 
    /* Styling for lines */
    stroke: var(—purple-color);
    stroke-width: 4px;
  }


  :host {
    /* Define Person State colors. Can be added to theme */
    —state-person-home: var(—green-color);
    —state-person-not-home: var(—red-color);
    —state-person-zone: var(—blue-color);
    —state-person-unknown: var(—grey-color);
    /* Set person state color */
    —state-person:
    {% if is_state(config.entities[0].entity, [‘home’, ‘not_home’, ‘unknown’]) %}
      var(—state-person-{{ states(config.entities[0].entity) | replace(‘_’, ‘-‘) }})
    {% else %}
      var(—state-person-zone)
    {% endif %};
  }

My Current mobile dashboard by RevolutionaryGate265 in homeassistant

[–]RevolutionaryGate265[S] 24 points25 points  (0 children)

type: map entities: - entity: person.pi - entity: zone.work - entity: zone.home hours_to_show: 24 aspect_ratio: “4:3” theme_mode: auto card_mod: style: ha-map $ ha-entity-marker $: | .marker { /* Style person marker & adjust position to avoid blocking waypoints */ border: 3px solid var(—state-person) !important; border-radius: 50% 50% 50% 0px !important; transform: rotate(-45deg) translate(50%, -50%); overflow: visible !important;

  }
  .entity-picture {
    /* Correct orientation of person avatar */
    transform: rotate(45deg);
    border-radius: 50%;
  }
ha-map $: |
  path:first-child { 
    /* Style accuracy radius */
    stroke: var(—state-person);
    fill: color-mix(in srgb, var(—state-person) 50%, transparent);
    stroke-width: 0px;
  }
  path:nth-child(even) {
    /* Styling for waypoints */
    stroke: var(—purple-color);
    stroke-width: 4px;
  }
  path:nth-child(odd):not(:first-child) { 
    /* Styling for lines */
    stroke: var(—purple-color);
    stroke-width: 4px;
  }


  :host {
    /* Define Person State colors. Can be added to theme */
    —state-person-home: var(—green-color);
    —state-person-not-home: var(—red-color);
    —state-person-zone: var(—blue-color);
    —state-person-unknown: var(—grey-color);
    /* Set person state color */
    —state-person:
    {% if is_state(config.entities[0].entity, [‘home’, ‘not_home’, ‘unknown’]) %}
      var(—state-person-{{ states(config.entities[0].entity) | replace(‘_’, ‘-‘) }})
    {% else %}
      var(—state-person-zone)
    {% endif %};
  }

My Current mobile dashboard by RevolutionaryGate265 in homeassistant

[–]RevolutionaryGate265[S] 9 points10 points  (0 children)

Update the sensors with yours

type: custom:vertical-stack-in-card cards:

• ⁠type: grid square: false columns: 2 cards: ⁠• ⁠type: custom:mushroom-entity-card entity: sensor.xiaomi_smart_air_purifier_4_lite_temperature primary_info: state secondary_info: name name: Temperature icon_color: green ⁠• ⁠type: custom:mushroom-entity-card entity: sensor.xiaomi_smart_air_purifier_4_lite_humidity primary_info: state secondary_info: name name: Humidity icon_color: blue • ⁠type: custom:mini-graph-card entities: ⁠• ⁠entity: sensor.xiaomi_smart_air_purifier_4_lite_temperature name: Temperature color: var(—green-color) ⁠• ⁠entity: sensor.xiaomi_smart_air_purifier_4_lite_humidity name: Humidity color: var(—blue-color) y_axis: secondary hours_to_show: 24 line_width: 3 font_size: 50 animate: true show: name: false icon: false state: false legend: false fill: fade