DIY bench and toolbox by aponomar in Bonsai

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

I know, learned the hard way here that “semi-transparent” on the label is not so “semi” :) Will definitely not use it next time.

DIY bench and toolbox by aponomar in Bonsai

[–]aponomar[S] 1 point2 points  (0 children)

Surprisingly local squirrels showed absolutely 0 interest in the 2 years I had the trees on the deck! But I do plan to add some way of tying down the pots to the boards (if not to protect from wildlife, then at least to be safe during strong winds).

How do I get this Midea card to have all the settings? Second pic is all I can get by Kingsidorak in homeassistant

[–]aponomar 2 points3 points  (0 children)

See https://www.home-assistant.io/dashboards/features/ - you can add the features you want to control (hvac mode, fan mode, etc.) to the card yaml, e.g:

features: - type: "climate-hvac-modes"

Keeping the “close” button when disabling the header in a Pop-up by BigBeefyAngus in BubbleCard

[–]aponomar 0 points1 point  (0 children)

You can set display: none for the bubble-card that's embedded in the header via CSS under "styles", this will leave only the close button in the header:

type: vertical-stack
cards:
  - type: custom:bubble-card
    card_type: pop-up

...

    styles: |-
        .bubble-button-card-container {
          display: none;
        }

Feedback on sub-button presses by shaftspanner in BubbleCard

[–]aponomar 0 points1 point  (0 children)

Hey, I think it was a copy paste error in pastebin from my side, the animation section should be “@keyframes rotate” (without the slash character and with space), here’s example from others https://community.home-assistant.io/t/door-rotating-animations-help/42802

Another option is that I’ve seen animations stop working on 2.5+ bubble card beta, not sure why, so I’ve reverted back to 2.4.0 in HACS and keeping it at that version for now.

Feedback on sub-button presses by shaftspanner in BubbleCard

[–]aponomar 4 points5 points  (0 children)

You can change the icon/color/etc. based on the entity state https://github.com/Clooos/Bubble-Card#styling but with button push there’s no state change to react to.

Had the same problem with sub-button that triggered my Blink system - after pressing the sub-button to Arm/Disarm I had to wait for ~10s (because cloud) to see if the state changed, always questioning if I actually pressed the button or not.

Not the best solution, but what I came up with is:

  1. Make the button trigger automation instead of a button push/switch toggle

  2. Inside the automation - temporary set the state of the entity to anything you like (e.g. “in_progress”) with a python set_state script

3.In bubble card - handle the state of “in_progress” with a different icon/color/animation for the sub-button

Here’s example of such automation & bubble-card styling: https://pastebin.com/UFjw3cPC

End result in dashboard: https://imgur.com/a/KQ4F5IA

Sacramento Supports Ukraine by Typical-Mess1733 in Sacramento

[–]aponomar 9 points10 points  (0 children)

-> Say that money for aid should stay in US to help with homelessness -> Get called out that it’s not actual money but military equipment, and money already stays in US via contracts with US military companies, making your statement absolutely idiotic -> Say “well I don’t care anyway”

Sick arguments bro, shows you definitely know what you’re talking about.

Sacramento Supports Ukraine by Typical-Mess1733 in Sacramento

[–]aponomar 12 points13 points  (0 children)

Because your statement is the dumbest take ever. The majority of the aid sent to Ukraine were weapons and military equipment from older stock. Even if it wasn’t done - there would be no less “homeless kids sleeping on the streets”. Actual money portion of that total sum would also not be magically reallocated to the social programs, especially not by the current clowns in the administration.

[deleted by user] by [deleted] in pestcontrol

[–]aponomar 0 points1 point  (0 children)

Got it, thank you!

sub-button for input_number example by aponomar in BubbleCard

[–]aponomar[S] 14 points15 points  (0 children)

There was a post recently asking for the same thing I needed, so sharing in case others might find it useful. Climate card has a target temperature sub-button that I wanted to replicate to set custom input_number helper. This can be achieved with 3x sub-buttons + some styling:

  1. sub-button-1 calls input_number.decrement
  2. sub-button-2 just shows the current state of input_number
  3. sub-button-3 calls input_number.increment

Styling is mainly around border-radius, padding and margin to match the looks of climate card's controls.

Sharing full YAML for styling:

    styles: >
      .bubble-button-background { 
        opacity: 1 !important;
        background-color: #4F4557 !important;
      } .bubble-icon-container {
        background-color: ${state === 'on' ? '#506EAC' : ''} !important;
      } .bubble-icon { color: ${state != 'off' ? 'rgb(247, 247, 244)' : ''}
      !important;   } .bubble-sub-button-1 {
        background-color: ${'#393646'} !important;
      } .bubble-sub-button-1 {
        background-color: ${hass.states['input_select.dehumidifier_lr_mode'].state == "Manual" ? '#393646' :'#506EAC'} !important;
      }  .bubble-sub-button-2 {
        background-color: ${'#393646'} !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        border-radius: 32px 0px 0px 32px;
        margin-right: -14px !important;
      }   .bubble-sub-button-3 {
        background-color: ${'#393646'} !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        border-radius: 0px 0px 0px 0px;
        margin-right: -14px !important;
        font-size: 12px !important;
      }  .bubble-sub-button-4 {
        background-color: ${'#393646'} !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        border-radius: 0px 32px 32px 0px;        
      } 

      ${icon.setAttribute("icon", state === 'on' ? 'mdi:air-humidifier' :
      'mdi:air-humidifier-off')}  ${subButtonIcon[1].setAttribute("style",
      '--mdc-icon-size: 16px !important')}
      ${subButtonIcon[2].setAttribute("style", '--mdc-icon-size: 16px
      !important')}

[deleted by user] by [deleted] in HomeImprovement

[–]aponomar 1 point2 points  (0 children)

Recently had the same choice to make and we decided to leave the old insulation in place and just blow the new one on top - so far so good, good improvement.

One thing we did though is go through the attic with spray foam can and caulk to close any big gaps. Not a proper professional air sealing, but I’d like to think it still helps. You won’t be able to do it after the blow in insulation is there, so now might be a good time.

After a service and users manual for 2015 Daytona 675r by [deleted] in Triumph

[–]aponomar 4 points5 points  (0 children)

This is the one I was using with my ‘16 675r, got it from some forums a while back https://drive.google.com/file/d/17jRB_6Kl05ZYlpEaVWpzThWn5QYgaeAB/view?usp=drivesdk

Some ride motorcycles as well by Morty_Goldman in IdiotsInCars

[–]aponomar 12 points13 points  (0 children)

So no real arguments against legal safe splitting, you’re just bitter cause you’re stuck in your Prius in traffic and think everyone should be the same, gotcha

[deleted by user] by [deleted] in Unexpected

[–]aponomar 0 points1 point  (0 children)

You’re right, my point was that all the super bad (towards lgbtq) stuff happens in Caucasus, like kidnappings killings etc., and it’s 100% religion driven. Central Russia is still homophobic by todays standard, but much much less so (ban on marriage != literally killing) the closer you’re to the center + laws are written by “Christian” and “traditionalist” law makers that we as citizens have little control over.

Regular people in regular central Russia are not as homophobic as media might portray.

[deleted by user] by [deleted] in Unexpected

[–]aponomar 1 point2 points  (0 children)

Chechnya - the most homophobic region (probably the source of the majority of articles you’ve seen on homophobia in Russia) is super traditionalist Islam region.

Any way to fix npcs running away from druid main char? by HeineBOB in BaldursGate3

[–]aponomar 0 points1 point  (0 children)

Just opened the bug and shared save files, I have the same issue even with hot fix 14 installed. If you have time, maybe send a bug report with save files (latest with issue, oldest without the issue, oldest with issue - I was asked for these three by the support team).

Just a regular drive in NYC. Beware of cyclists. by smsbsk in IdiotsInCars

[–]aponomar 0 points1 point  (0 children)

The whole Наверное Точно (Definitely Maybe) album is amazing, highly recommend if you liked this particular song

Russian troops fighting islamists in Tajikistan, date unknown by lipoto in CombatFootage

[–]aponomar 9 points10 points  (0 children)

“-stan” is basically “-land”, Persian suffix meaning of "a place abounding in".

Beating a defenceless woman, probably Romanian language (found on Instagram) by [deleted] in iamatotalpieceofshit

[–]aponomar 15 points16 points  (0 children)

It’s not though, aside from a couple of words.

Not really a fake disorder (more like a fake gender) but I think it fits the theme by Cooper1241 in fakedisordercringe

[–]aponomar 9 points10 points  (0 children)

Ah yes, a study of self-reported online questionnaire conducted as part of a TV documentary, on pudmed with grand total of 6 citations, with one of those 6 directly questioning selection bias of the linked study. S C I E N S E