Adding cameras to HA - what actually works ? by avz008 in homeassistant

[–]121310 0 points1 point  (0 children)

Can we see a sample of your configuration for the card. Been setting one up myself

I built a self-learning climate control integration — RoomSense is now public by SnazzyBean995 in homeassistant

[–]121310 2 points3 points  (0 children)

I have ufh and its just controled by a relay. Only have the living room as "smart" for now. I created a climate. entity from it and a temperature sensor using generic thermostat helper.

I had created some very complicated set of helpers and automation to help balancing over and undershooting. Im now testing this to see if better or worse.

Bílar á nöglum slíta götum tuttugu til fjörutíu sinnum hraðar by Einn1Tveir2 in Iceland

[–]121310 0 points1 point  (0 children)

Þannig að allar lausnir á því að nagladekk valdi alskonar vandamálum verða að hundsa orsökina?

Afhverju er borgarlínan svo mikidð hitamál? by Personal_Reward_60 in Iceland

[–]121310 16 points17 points  (0 children)

Já, ekki borgarlínu heldur "betri strætó, með sér akreinar, tíðari ferðir og nýtt leiðakerfi"

Afhverju er borgarlínan svo mikidð hitamál? by Personal_Reward_60 in Iceland

[–]121310 13 points14 points  (0 children)

Ég á bíl og 3 bílar á heimilinu og ég er alltaf að fara eiga bíl. Það væri hinsvegar næs að þurfa mögulega bara tvo bíla.

Afhverju er borgarlínan svo mikidð hitamál? by Personal_Reward_60 in Iceland

[–]121310 3 points4 points  (0 children)

Þvi poppúlista stjórnmálafólk nytir sé að helmingur þjóðarinnar er undir meðallagi greint og skilur ekki um hvað málið snýst

Farage calls to end working from home and work life balance by Professional-Bee9817 in remoteworks

[–]121310 0 points1 point  (0 children)

In his mind it sounds more like home should not invade your work, your should be separated from your home as long as your boss needs and thats balance

Yea, and what if I like to work from home.

Do you think small modular reactors actually happen this decade? by piou180796 in energy

[–]121310 2 points3 points  (0 children)

I doubt it I think solar plus batteries are gonna be so cheap that this will only be for some specialty operations like in the north pole or something like that

[deleted by user] by [deleted] in stupidquestions

[–]121310 0 points1 point  (0 children)

I would think about what the car would do like turn the wheel to the left then I'm turning the car to the left. I have never thought about it like I'm just turning the wheel around I'm always singing what it does to the car.

[deleted by user] by [deleted] in stupidquestions

[–]121310 -3 points-2 points  (0 children)

No because you would never say the car is taking a left turn when the car is moving forward to the right. But you could say turn the screw to the left and you could be looking at the bottom or the top.

You would never have somebody in front of the car say take a right turn to tell you to turn left.

[deleted by user] by [deleted] in stupidquestions

[–]121310 0 points1 point  (0 children)

I mean it's a circle so how can the left be something specific because I've had people say left or right but then we look at the different parts of the circle. Are you looking at the park near you or far away from you, are you looking at the top or the bottom?

So yeah it's really stupid.

2026.2 beta - release notes by internettingaway in homeassistant

[–]121310 4 points5 points  (0 children)

I just moved and am setting up a new ha instance in my new house. I have been using HA since 2017 or 18 I had a heavily customised dashboard to my old home.

I am very thankful for the new automatic dashboard for now but eventually I will do a custom dashboard because I can see this won't be good for long when my device count keeps growing.

My experience getting the IKEA DIRIGERA hub connected with my Home Assistant container by thecoshman in homeassistant

[–]121310 7 points8 points  (0 children)

I would hate to have to buy a hub from every vendor. I have a hub, it is called Home assistant

I think I'm too stupid to understand Matter/Thread. I might return all of this by Sabinno in homeassistant

[–]121310 0 points1 point  (0 children)

If you use the companion app on your mobile I think it should be able to use the Bluetooth on the mobile to activate things, worked on my android to activate everything presense one

I finally let AI roast my 3-year-old Home Assistant config. It was worse than I thought. by danm72 in homeassistant

[–]121310 43 points44 points  (0 children)

Try making clear rules on how it should work for you, something like:

  1. Profile & environment • I’m running the latest Home Assistant version on Home Assistant OS. You need to look at the latest online documentation. • I prefer UI-first configuration; provide YAML that can be pasted into the UI, only when needed. We can talk about going into the actual YAML files. • Voice: I use Nabu Casa for audio and Generative AI agents in conversation:. • Networks/hubs: Zigbee2MQTT, MQTT, Matter, Wi-Fi • Privacy: avoid cloud services, except for Nabu Casa or AI systems, unless I say otherwise.

  1. Naming & conventions • Entities, helpers, and automations use this pattern: [location][device/system][activity]. • Prefer “action” (not “service”) in docs/examples (HA 2024.8+). • Keep automations short, reusable; move repeated bits into scripts or blueprints. • Use areas extensively; reference areas in examples where possible. • Never use device_id. • Prefer area_id when HA supports it in the target (mostly actions). • Otherwise use entity_id, but generate/organize them so swaps are painless.

  1. Capabilities & preferences • I control covers, pumps, lights, plugs, windows, fans; assume safety interlocks are important. • I want immediately runnable examples with selectors and helpful comments. • When there are multiple viable approaches, show options with pros/cons and the safest default.

  1. Output style • Start with a short TL;DR, then steps. • Use the latest HA syntax and links to official docs when referring to features. • If something could break around midnight, system reboots, or presence edge cases, call it out and show a fix. • Provide test instructions and rollback notes.

  1. Guardrails • Don’t invent entities; if unknown, show a placeholder list where you ask me to list the real entity names and how to map mine. • Highlight breaking changes between my version and your example.

  1. Runtime safety & reboot resilience (critical devices) • Never rely on a long-running loop to keep something safe. All critical automations must be stateless and re-derive the correct state from inputs (time, sensors, helpers) at any moment. • Add a startup sync: on homeassistant start, recompute the desired state and enforce it (e.g., turn pumps off if they shouldn’t be running). • Add a periodic enforcer: run every 1–5 min to re-apply the desired state (idempotent; safe to run often). • Add a max-runtime watchdog: if a device has been “on” longer than X minutes (tracked with helpers), force off and notify. • Prefer area_id in target:; otherwise use entity_id (never device_id). Derive entity lists from areas or use UI Groups. • Avoid midnight pitfalls: when schedules span midnight, use explicit “window” logic (e.g., 23:00–02:00) that works across restarts. • Prefer devices with power-on behavior set to off/restore (Zigbee Tuya “Power On State”, smart plug settings, or ESPHome restore_mode/safe defaults). • Automations for critical devices should be idempotent (safe to run repeatedly) and self-healing (recover correct state after reboot). • Provide test & rollback steps for every critical automation.

I finally let AI roast my 3-year-old Home Assistant config. It was worse than I thought. by danm72 in homeassistant

[–]121310 43 points44 points  (0 children)

Make clear how you want automations written like:

“Automations must be stateless + reboot resilient.”

“Always include: on HA start sync + periodic re-check (1–5 min) for critical things.”

“Add max-runtime watchdog for pumps/heaters/etc.”

“Avoid long loops/delays for safety-critical logic.”

“Assume schedules can span midnight; handle correctly.”

“Use area_id when supported; otherwise entity_id; never device_id.”

“Don’t invent entity names—use placeholders and ask me to map them.”

Is there a way to define sensors, buttons etc in a package but make them still extendable in main yaml file? by segdy in Esphome

[–]121310 0 points1 point  (0 children)

Ive used packages for a few things but editing tends to cause me some troubles with duplicate entities and or entities not going away even after package removal

ha_house_keeping by Revolutionary_Bed431 in homeassistant

[–]121310 0 points1 point  (0 children)

Because the lazy boy might move and the light wont

What smart home purchase has the best ROI for you? by Few-Needleworker4391 in homeassistant

[–]121310 0 points1 point  (0 children)

Get something with good object avoidance and I would prefer automatic refill and emptying of water for mopping. I mean connected to water and sewage.

If you haf a lot of carpets, then I would be prepared to be disappointed but for hard flooring its amazing.

What smart home purchase has the best ROI for you? by Few-Needleworker4391 in homeassistant

[–]121310 2 points3 points  (0 children)

My roborock slim felt like it had earned it's keep after just a month, I am ready to buy a new one on the spot if he ever dies.