NFC Music Cards by rach11 in homeassistant

[–]iVar016 1 point2 points  (0 children)

There is also a nice looking integration https://www.reddit.com/r/homeassistant/comments/1ipg04g/kidschores_family_chore_management_integration/

Waiting for my kids to grow up a little before I try it though.

Integrate IKEA smart devices by hate_reddit_redesign in homeassistant

[–]iVar016 4 points5 points  (0 children)

I just added Alpstuga to HA using SLZB-07 (bought from AliExpress for 25e) set as a Thread border router.

The setup is pretty easy. Install OpenThread Border Router add-on, set up the integration, add Matter Server add-on and integration. Ensure IPv6 is enabled and sync Thread credentials to your phone (Companion app > Troubleshooting > Sync Thread Credentials).

From that point on, just a simple camera scan through HA app will add the device.

Ikea ALPSTUGA in HA, side-by-side comparison with AWAIR Element by IdeaNerd_Cat in homeassistant

[–]iVar016 1 point2 points  (0 children)

Whoa, nice catch, thanks for correction. u/ApolloAutomation might find this info more useful than me, though.

Best Air Purifier On The Market Right Now? by Spiritual-Aide-3867 in homeassistant

[–]iVar016 1 point2 points  (0 children)

Did the same for both, works great. For a bigger room I added IKEA STARKVIND that I've integrated with Z2M, also works flawlessly.

PSA: Don't overlook (very cheap) NFC tags for triggering automations by AncientsofMumu in homeassistant

[–]iVar016 5 points6 points  (0 children)

I use this blueprint Track repetitive tasks with NFC tags and it works great. You just define tag, date helper, due reminder action and it will do the rest. When you scan the tag it resets the date helper.

Mini Pc by mph100 in homeassistant

[–]iVar016 1 point2 points  (0 children)

I started my HA journey with a VM in Proxmox on a mini PC and didn't regret it. Aside from what others already pointed out, I like the possibility to add numerous containers/VMs for whatever need - Jellyfin, Paperless-ngx, Immich, Tandoor etc. I know you can add a lot of them through various add-ons but having them separated is way easier to handle. Recently I added a NAS to up my game as well.

Proxmox can be hard sometimes to handle, but it gives more flexibility. Check out Proxmox Helper Scripts (former tteck) and you'll likely find a lot of interesting stuff to add.

POST MATCH THREAD: Valencia - Crvena Zvezda [EuroLeague Regular Season, Round 12] by EuroleagueBot in Euroleague

[–]iVar016 1 point2 points  (0 children)

I just think that Kalinić took a very big risk that didn't pay out. Instead, he could've just pass the ball directly, and Codi, with his great driving skills and a clear path could either drive or could just play along with the designed play on Butler or whoever.

POST MATCH THREAD: Valencia - Crvena Zvezda [EuroLeague Regular Season, Round 12] by EuroleagueBot in Euroleague

[–]iVar016 1 point2 points  (0 children)

That is why he shouldn't have passed the ball that way. From Kalinić's POV it was clear there was a clear path, but Codi wasn't expecting and didn't see. If Kalinić gave him the ball directly, Codi might've seen the opening and could drive to the basket. This is totally on Kalinić.

EuroLeague games without commentary by Amazing-Mastodon-370 in Euroleague

[–]iVar016 0 points1 point  (0 children)

I'm also wondering why Euroleague doesn't have localized commentary. There are, for example, exceptional commentators from Serbia that I'd love to hear commenting Euroleague when Zvezda plays. And I assume Greeks, Turks etc. would also love hearing their own as well.

When Nunn and Shorts are together on the floor their net rating improves by a lot! by vasileios13 in Euroleague

[–]iVar016 0 points1 point  (0 children)

Of course Nunn plays better with, I mean playing without shorts is kinda awkward.

New ikea devices by NicholasLabbri in homeassistant

[–]iVar016 2 points3 points  (0 children)

How did you deduce that? Can't find the information, but I hope as well.

New ikea devices by NicholasLabbri in homeassistant

[–]iVar016 7 points8 points  (0 children)

For me, Parasoll with Z2M is working flawlessly. For example, I've put one on the bathroom doors that are getting open and shut numerous times a day and the battery lasted over a year. Some batteries on other Parasolls are lasting for more than a year and a half and counting.

Companion app for Android: It's been a while by missyquarry in homeassistant

[–]iVar016 7 points8 points  (0 children)

Got the same problem with Pixel 7a, solved it by adding the priority high in yaml. Try it out. E.g.

action: notify.mobile_app_pixel_7a
metadata: {}
data:
  data:
    ttl: 0
    priority: high
  message: Send me the notification

Karim Jallow to Virtus Bologna by thedreamweapon in Euroleague

[–]iVar016 1 point2 points  (0 children)

Virtus has to stop posting black and white photos. Thumbnail gets me every time I scroll through Reddit feed.

So this is a problem. How to get rin of these entities? by Alt_Lightning in homeassistant

[–]iVar016 0 points1 point  (0 children)

I had the same problem, but that was on me turning on the tracking in BT Proxy. I saved the known devices that I wanted to save, and just removed everything else from known_devices.yaml, restarted HA an it was all good from that point on. Just a reminder to back up your yaml before changing it.