How I Use Home Assistant in 2025

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. frontend

    :lollipop: Frontend for Home Assistant (by home-assistant)

    As I've written in the other comment, the Home Assistant Operating System is useless without an Internet connection. It has to pull the Docker images since it doesn't have any version of the images at all.

    Yes, there are resources loaded from the Internet. The map tiles are loaded from a third party in the initial setup and every time you view the map. Icons are loaded from https://brands.home-assistant.io/. https://github.com/home-assistant/frontend/issues/18549 is the issue.

    This thing isn't as private and as local as it is claimed to be. It's very tied to services provided by Nabu Casa, including the very visible cloud integration of theirs. They've expanded it now to backups.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. Home Assistant

    :house_with_garden: Open source home automation that puts local control and privacy first.

    https://github.com/home-assistant/core/blob/dev/requirements... lists all the direct dependencies installed in the container.

    It's enough for just a single direct or indirect dependency to be compromised to have a botnet or turn it into something used for surveillance against the users.

    Preventing it from exfiltrating data by isolating it from the network with Internet access is the only option if you want to run it. This requires local only devices.

    Accessing it through the web UI or through the mobile app will still load icons from https://brands.home-assistant.io. The details are in this ticket https://github.com/home-assistant/frontend/issues/18549

  4. bermuda

    Bermuda Bluetooth/BLE Triangulation / Trilateration for HomeAssistant (by agittins)

    Are there any plans to add automations based on People and Areas (not zones)? I found the cool project Bermuda[0] and it triggers person entered/left area events based on bluetooth devices. This works great in my testing with a phone being tracked by Shelly switches. But I can't seem to find a way to actually make these events do anything. It would be even better if I didn't have to set up area specific automations at all and just be able to say "turn on the lights in this area to 20% if someone enters it after sunset".

    Thanks for all your great work!

    [0] https://github.com/agittins/bermuda

  5. SAT

    The Smart Autotune Thermostat (SAT) is a custom component for Home Assistant that works with many compatible gateways for your boiler. (by Alexwijn)

    Wait until you discover https://github.com/Alexwijn/SAT your smart autotune thermostat!

  6. homelab

    Configuration-as-code for my homelab (by shepherdjerred)

    If you’re curious I have all my automations on GitHub: https://github.com/shepherdjerred/homelab/tree/main/cdk8s/co...

    I’ve found it to be very nice because I can automate common things around temperature, motion, waking up/falling asleep, and leaving/coming home. It also all integrates with HomeKit so I can control everything with Siri.

    It’s definitely more in the hobby territory than something truly essential, but I would say that it is definitely useful and better than managing a bunch of random apps to automate lights or whatever.

  7. swyxdotio

    This is the repo for swyx's blog - Blog content is created in github issues, then posted on swyx.io as blog pages! Comment/watch to follow along my blog within GitHub

    much respect to you for driving this, but home assistant was unusable to me fyi https://github.com/swyxio/swyxdotio/issues/525

    this is my friciton log. i am left with a $60 brick. hope your folks can use this to improve the experience.

  8. tailscale

    The easiest, most secure way to use WireGuard and 2FA.

    Just put tailscale [1] on all of your devices and forget about the problem. It may be technically a vpn but it's much easier to use.

    [1] https://tailscale.com/

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. nixpkgs

    Nix Packages collection & NixOS

    That's why I asked about attitude, not anything else.

    "I release my code under FOSS license, but if anyone distribute it in a way I consider not nice, I will re-license it just to screw them over." [1]

    When I was considering using HA and was casually browsing community discussions, there were many posts gave me similar feeling like above case. There were other technical reasons that I decided to not to use HA, but this certainly left a really bad taste in my mouth.

    1. https://github.com/NixOS/nixpkgs/pull/126326#issuecomment-86...

  11. homeassistant-addon-victorialogs

    VictoriaLogs is open source user-friendly database for logs from @VictoriaMetrics

    +1 I also cteated homeassistant-addon-victorialogs[1] as well as homeassistant-addon-victoriametrics[2].

    [1]: https://github.com/VictoriaMetrics-Community/homeassistant-a...

  12. homeassistant-addon-victoriametrics

    VictoriaMetrics Add-on for Home Assistant OS is the perfect solution for long term data storage of your smart home sensor data and visualization with Grafana.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Where can I find KNX stack documentation?

    2 projects | /r/KNX | 11 Jan 2023
  • Custom wiring for sprinkler system

    1 project | /r/homeautomation | 17 May 2022
  • Home Assistant – open-source home automation

    13 projects | news.ycombinator.com | 15 Sep 2021
  • Love My OpenSprinkler System

    1 project | /r/opensprinkler | 26 Jul 2021
  • Is there any good tutorial on custom nodes?

    1 project | /r/nodered | 28 Jun 2021

Did you know that Python is
the 2nd most popular programming language
based on number of references?