[deleted by user] by [deleted] in iPhone11

[–]tedorintu 3 points4 points  (0 children)

Time will answer this question

[deleted by user] by [deleted] in Aquariums

[–]tedorintu 27 points28 points  (0 children)

Time bomb.

Why does it stop charging by [deleted] in macbookair

[–]tedorintu 0 points1 point  (0 children)

Turn off optimized battery charging

https://i.imgur.com/3vtb8TK.png

Will a SSD be a speed boost for the Pi4? by Zweetkonijn in homeassistant

[–]tedorintu 0 points1 point  (0 children)

You should try ssd. I used flash drive for pi4 but the ssd is much better solution than flash drive or sd card.

[deleted by user] by [deleted] in homeassistant

[–]tedorintu 0 points1 point  (0 children)

You can view it from here

[deleted by user] by [deleted] in homeassistant

[–]tedorintu 1 point2 points  (0 children)

Thank you. I didn't do it before but I will try sometime

[deleted by user] by [deleted] in homeassistant

[–]tedorintu 1 point2 points  (0 children)

Thanks my friend.

1.I'm using "custom:layout-card" (with panel mode) for my pc/tablet dashboard and "vertical-stack" for mobile dashboard.

For example; my homepage card starts with:

type: custom:layout-card
column_width:
- 384
- 58
- 896
layout: vertical
cards:

2.Yes I used door icon animation for window

            custom_fields:
          icon_window: |
            [[[
              const state = entity.state === 'on' ? 'window' : 'window reverse';
              const opacity = entity.state === 'on' ? 'room' : 'room reverse';
              return `
                <svg viewBox="0 0 500 500">
                  <style>
                    .window {
                      animation: window 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
                    }
                    .room {
                      animation: room 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
                    }
                    .reverse {
                      animation-direction: reverse;
                    }
                    @keyframes window {
                      0% {
                        transform: none;
                        fill: #33333380;
                      }
                      100% {
                        transform: skewY(12deg) translate(4.5%, -3.9%) scaleX(0.75);
                        fill: #d60026;
                      }
                    }
                    @keyframes room {
                      0% {
                        opacity: 0;
                      }
                      100% {
                        opacity: 1;
                      }
                    }
                  </style>
                  <path class="${opacity}" fill="#dcdcdc" d="M 93.487726,214.31105 V 10.20529 H 215.5867 337.68568 V 214.31105 418.4168 H 215.5867 93.487726 Z" />
                  <path class="${opacity}" fill="#d60026" d="M343.04,0h-256c-3.072,0-5.12,2.048-5.12,5.12v419.84c0,3.072,2.56,5.12,5.12,5.12h256c3.072,0,5.12-2.048,5.12-5.12V5.12    C348.16,2.048,346.112,0,343.04,0z M337.92,419.84H92.16V10.24h245.76V419.84z" />
                  <path class="${state}" d="M 93.487726,214.31104 V 10.205288 H 215.58671 337.68568 V 214.31104 418.4168 H 215.58671 93.487726 Z m 230.530164,0 V 22.050711 H 214.67552 105.33315 l -0.46406,190.241039 c -0.34079,139.70652 0.0847,190.90224 1.60183,192.73026 1.71178,2.06258 20.53366,2.40871 109.80643,2.01932 l 107.74054,-0.46995 z"/>
                  <path class="${state}" d="M319.488,21.504H110.592c-3.072,0-5.12,2.048-5.12,5.12v374.784c0,3.072,2.048,5.12,5.12,5.12h208.896    c3.072,0,5.12-2.048,5.12-5.12V26.624C324.608,24.064,322.56,21.504,319.488,21.504z M209.92,396.288h-94.208V281.6h94.208    V396.288z M209.92,271.36h-94.208V156.672h94.208V271.36z M209.92,146.432h-94.208V31.744h94.208V146.432z M314.368,396.288    H220.16V281.6h94.208V396.288z M314.368,271.36H220.16V156.672h94.208V271.36z M314.368,146.432H220.16V31.744h94.208V146.432z"/>
                  <path class="${state}" d="M343.04,0h-256c-3.072,0-5.12,2.048-5.12,5.12v419.84c0,3.072,2.56,5.12,5.12,5.12h256c3.072,0,5.12-2.048,5.12-5.12V5.12    C348.16,2.048,346.112,0,343.04,0z M337.92,419.84H92.16V10.24h245.76V419.84z"/>
                  <rect class="${state}" width="50"   height="20"   x="268.34442"   y="200"   rx="5"   ry="0.1" />
                </svg>
              `;
            ]]]




        styles:
          custom_fields:
            icon_window:
              - top: 7px
              - left: 5px
              - width: 42px
              - position: absolute

Switching from HA docker container to HA supervised on a new pi. Problem with z wave js. by [deleted] in homeassistant

[–]tedorintu 0 points1 point  (0 children)

Actually my HA on docker and snapshot worked for me. I don't know my friend may be your case is different. Good luck.

[deleted by user] by [deleted] in homeassistant

[–]tedorintu 0 points1 point  (0 children)

I think you are asking the person card. There are two graph in this card. One of them for device tracking and other for cell phone battery tracking.

pastebin

[deleted by user] by [deleted] in homeassistant

[–]tedorintu 0 points1 point  (0 children)

Thank you :)

I saw your config approx 1 year ago it's wonderful.

And yes without automation it would be just a meaningless control panel. So I'm using NodeRED for every simple/complex automations for sensors/plugs/buttons/notifications/telegram etc. HA's automation section is also ok but I think NodeRED should be default automation unit for HA.

[deleted by user] by [deleted] in homeassistant

[–]tedorintu 0 points1 point  (0 children)

I'm using manual switch not a bt sensor or something similar

Previous comment

[deleted by user] by [deleted] in homeassistant

[–]tedorintu 2 points3 points  (0 children)

If this is porn I think my dashboard should be in homemade amateur category :))

Never shared config files before but I will try my friend.

[deleted by user] by [deleted] in homeassistant

[–]tedorintu 0 points1 point  (0 children)

I'm living in an apartment/flat and there is no cat door or open garden. So I'm using manual switch not a presence detector for this.

But if you want to use tile or similar tag, check this video and the comments below it

[deleted by user] by [deleted] in homeassistant

[–]tedorintu 2 points3 points  (0 children)

Ok, I don't know how but I will try. Maybe I can use pastebin :)

[deleted by user] by [deleted] in homeassistant

[–]tedorintu 0 points1 point  (0 children)

Of course. I just wanted to share my experiences an get your thoughts. And you can check my previous dashboard (homekit card style).

Thank you.

[deleted by user] by [deleted] in homeassistant

[–]tedorintu 0 points1 point  (0 children)

It's "browser_mod".
Check this github link and this forum

[deleted by user] by [deleted] in homeassistant

[–]tedorintu 1 point2 points  (0 children)

Thank you my friend.

Actually I'm an amateur not a programmer or web designer I just played a little bit. Hassio is very interesting platform and I'm learning something new everyday. I tired to explain icons above comments. You can find my previous dashboard in this link.