Smart Kitchen Devices That Actually Work With Home Assistant
This post may contain affiliate links. As an Amazon Associate we earn from qualifying purchases. Disclosure.
Most smart kitchen appliances talk to their maker's cloud and nothing else. This guide separates the ones Home Assistant can genuinely control from the ones that only pretend to be open, and shows what to do about the rest.
The kitchen is where smart home plans usually stall. Every other room fills up with devices that speak Zigbee or Matter and land in Home Assistant within minutes, and then you buy an oven for two thousand dollars and discover it talks to exactly one app, forever. So which appliances genuinely open up, and what do you do about the ones that don't?
TL;DR: Bosch and Siemens (Home Connect), LG ThinQ, and Samsung via SmartThings are the three appliance families with usable Home Assistant integrations in 2026. Everything else is either cloud-locked or app-only. For those, energy-monitoring smart plugs plus door and temperature sensors give you 80% of the useful automation for about 5% of the cost, and they work on appliances with no smart features at all.

Why Is the Kitchen Harder Than Every Other Room?
Lighting, heating, and security all got commoditised. A smart bulb is a 12-dollar object that speaks a public protocol, and if the brand disappears, you replace it. A dishwasher is an 800-dollar object with a ten-year life, and the manufacturer knows you're not swapping it because the app got worse.
That asymmetry shapes everything. Appliance makers build their connectivity as a customer-retention feature, not as an integration point, so the app is the product and the API is an afterthought. Bosch is the exception rather than the rule, and even Home Connect took years to become dependable.
There's a second problem nobody warns you about: kitchens are hostile to radios. Metal appliance bodies, a microwave that blasts the 2.4 GHz band every time someone reheats coffee, and dense cabinetry between the router and the far wall. If you've fought with devices that keep dropping in one specific room, it's usually this one. A mesh protocol handles it far better than Wi-Fi does, which is a good argument for putting your sensor layer on Zigbee or Thread and picking a proper coordinator rather than a USB stick jammed behind the server.
Which Appliance Brands Actually Integrate?
Here's the honest state of play in 2026, based on what runs in my own house and what people report when things break.
| Brand / platform | Integration path | What you actually get |
|---|---|---|
| Bosch, Siemens, Neff | Home Connect, official cloud API | Program state, remaining time, start (on supported models), door state |
| LG | ThinQ, community integration | Cycle state, remaining time, some control |
| Samsung | SmartThings cloud | Cycle state, notifications, limited control |
| Miele | Restricted API | Read-only on most models unless you get developer access |
| Whirlpool, Electrolux, Beko | App only | Nothing reliable |
| Generic Matter appliances | Local Matter | On/off, basic state, rarely more |
Home Connect deserves its reputation. The integration exposes program state and remaining time as proper sensors, which means "notify me when the dishwasher finishes" is a three-line automation rather than a project. The catch is that it routes through Bosch's cloud, so an outage takes your automations down with it. That's the trade you accept for the depth.
Samsung's route through SmartThings works, but adds a second cloud in the chain. If you already run SmartThings devices, the SmartThings integration brings appliances along with everything else, which is convenient. It's also two vendors between you and your dishwasher.
Miele frustrates people the most. There's a genuine API, it's just gated, and the practical result for most owners is a beautiful appliance that Home Assistant can see and barely touch.
What About Matter? Didn't That Fix This?
Matter 1.3 added appliance device types in 2024, including ovens, cooktops, extractor hoods, and dishwashers. On paper that's the answer. In practice, two years later, shipping appliances that implement those types are still uncommon, and the ones that do tend to expose a shallow slice, on/off plus a cycle state, not the full control surface the native app has.
The device types themselves are public, and the Connectivity Standards Alliance specification is the place to check what an appliance category is even capable of exposing before you trust a marketing claim about it.
I'd still take Matter over a cloud integration where the choice exists, because it runs locally and survives the manufacturer losing interest. Just don't buy an appliance on the strength of a Matter logo and expect parity with Home Connect. If the standard itself is new to you, the Home Assistant setup guide covers where Matter fits alongside the older protocols.
The Cheap Layer That Works on Everything
This is the part that matters most, and it's the part most guides skip because it isn't glamorous. You don't need appliances to be smart. You need to know what they're doing.
An energy-monitoring smart plug costs about 20 dollars and turns any plugged-in appliance into a sensor. The Shelly Plug US Gen4 is the one I keep recommending for this, because it reports power locally rather than only through an app. Power draw tells you the state, a dishwasher pulling 1800W is running, one at 2W is finished, one at 0W is off at the wall. Build the automation on the power threshold and it works identically on a 2026 appliance and a 2009 one.
That single trick covers a lot:
- Cycle-complete notifications for the washing machine, dishwasher, and dryer, with no vendor app involved.
- Real cost-per-use for the air fryer, the kettle, and the second fridge in the garage.
- Standby-draw detection, which is how I found a coffee machine pulling 6W around the clock, roughly 13 dollars a year to do nothing.
- Away-mode safety, cutting power to the kettle and the toaster when the house arms.
Before you buy, three things decide whether a plug is any use here:
- Energy monitoring, which is a separate feature from switching and the one you are actually paying for. Plenty of cheap plugs only switch.
- Local control, so the automation survives the manufacturer's cloud having a bad day.
- The load rating, because a kettle or an air fryer pulls far more than the lamp these plugs are usually sold for.
Not every cheap plug measures power, and the listing rarely makes it obvious. Energy monitoring is a separate feature from switching and it's the one you're paying for, so check the spec sheet before you order six of them. Pairing them is the same process as any other device, and if you're switching a hardwired appliance instead, smart switches are the right tool rather than a plug.
The sensor layer is the other half. A door sensor on the fridge catches the kid who leaves it open, a temperature sensor inside catches a failing compressor before the food does, and a leak sensor under the dishwasher catches the thing that costs real money. All of them are covered in more depth in the smart sensor roundup, and none of them care what brand your appliances are.
Where a Fridge Door Sensor Beats a Smart Fridge
Let me be blunt about the price gap. A connected fridge with a screen runs 2500 dollars and up. The automation-relevant data it exposes to Home Assistant is, in most cases, nothing at all. A Zigbee door contact and a temperature probe together cost about 30 dollars and give you both facts worth having: is it open, and is it cold.
I've run exactly that on an ordinary fridge for three years. The door alert fires maybe twice a month. The temperature graph caught a fridge drifting up to 9 degrees Celsius over two days before anything smelled wrong, which paid for the sensors several times over in one afternoon.
Does that mean connected appliances are pointless? No, the good ones genuinely save time on the cycle-notification side. It means the screen isn't the useful part, and the useful part is cheap.
Building Automations That Don't Annoy Everyone
A kitchen automation that fires wrongly gets unplugged within a week, so the bar for reliability here is higher than for lighting. Three patterns hold up in practice.
Cycle-complete with a delay. Power drops below the threshold for three continuous minutes, then notify. Without the delay, every pause in the wash cycle sends a false alarm. This is the single most common mistake people make with power-based detection.
Extractor fan on cooktop heat. A temperature sensor above the hob triggering the fan, rather than a motion sensor or a schedule. Motion in a kitchen means nothing, someone making tea sets it off.
Leak response, not leak notification. A leak sensor that only sends a phone alert is half a system. Pair it with a smart valve or, at minimum, cut power to the appliance. The value is in the reaction, not the message.
Once these grow past a handful of conditions, YAML gets unwieldy fast, and this is the point where a lot of people switch to Node-RED for the flows with real branching. For anything sensor-driven that you want to build yourself, ESPHome puts a custom temperature or current sensor in the kitchen for a few dollars in parts, with no cloud anywhere in the chain.
What About the Robot Vacuum and the Rest of the Room?
The kitchen floor is the hardest surface in the house, crumbs, spills, and the one spot where every robot vacuum earns or loses its keep. Local control matters more here than elsewhere too, because a kitchen clean is the one you want on a strict schedule. The models that run locally with Home Assistant are worth filtering for before you shop on suction numbers alone.
Everything in this guide assumes your Home Assistant instance is reachable and secured, which becomes more relevant the moment appliance clouds are in the picture. If you're exposing anything externally to get cycle notifications on your phone, read the secure setup notes first, and use the companion app rather than opening ports you don't need.
How Do You Check an Appliance Before You Buy It?
Five minutes of research saves a lot of regret here, and the checks are the same for every brand.
Search the Home Assistant integrations page for the manufacturer name first. If there's an official integration, read its documentation page and look at what entities it creates, that list is the real answer to "what will I be able to automate". An integration that only produces a single binary sensor is not the same as one that exposes program state and remaining time, even though both count as "supported" in a marketing bullet.
Then check the community forum for the specific model number, not the brand. Appliance makers change their cloud API between product generations more often than you'd expect, and a 2023 model that works beautifully tells you very little about the 2026 refresh sitting in the showroom. Threads where people report a working setup are worth more than any spec sheet.
Last, ask whether the appliance does anything useful with no network at all. If the answer is no, you've bought a subscription with a door on it. My rule after a decade of this: the appliance has to be excellent at its actual job first, and any integration is a bonus that might evaporate with a firmware update.
Common Mistakes Worth Avoiding
Some of these I made myself, which is the only reason I know how they end.
Putting the coordinator too far from the kitchen. Appliance metal and a microwave will eat a marginal signal, and the failures look random, a device that works for a week then drops during dinner. If you're getting flaky behaviour in one room only, move the antenna before you replace any devices. The same applies to Thread, and Thread network troubleshooting covers what a weak border router looks like from the diagnostic side.
Automating things that were fine. A fridge that emails you is not an improvement over a fridge. Every automation is something that can misfire at 3am, so it needs to earn its place. Leak detection earns it. A notification when the freezer door has been open for four minutes earns it. A voice announcement every time someone opens the fridge does not, and I removed mine within a fortnight.
Trusting a cloud integration for anything safety-related. Leak shutoff, gas alarms, and anything that cuts power should work with the internet unplugged. Test it that way once, properly, by pulling the WAN cable and seeing what still fires. Roughly half of the setups I've looked at fail that test, and their owners had no idea.
Buying the ecosystem before the sensors. People spend two thousand dollars on a connected appliance and then wonder why the automation side feels thin. Twenty dollars of measurement usually delivers more than that appliance's entire app.

What I'd Buy If I Started the Kitchen Today
Four energy-monitoring plugs, a fridge door contact, a temperature probe, and a leak sensor under the dishwasher. Around 150 dollars, all of it local, none of it dependent on a manufacturer staying interested.
Then, and only then, would I care whether the next appliance has an API, and I'd let Home Connect be the tiebreaker between two machines I already wanted for how they wash dishes. Buying an appliance for its integration is how people end up with a 2000-dollar oven and a dead app. Buying sensors for their integration costs 20 dollars and works on everything you already own.
The kitchen doesn't need to be smart. It needs to be measured. Those are different projects, and only one of them is expensive.
Frequently Asked Questions
Which kitchen appliance brands actually integrate with Home Assistant?
Bosch and Siemens through Home Connect are the most reliable, both have an official cloud API and a maintained Home Assistant integration. LG ThinQ works through a community integration that survives most firmware updates. Samsung appliances reach Home Assistant through SmartThings, which is a cloud hop but a stable one. Everything else is a coin flip. Miele has an API but restricts it, and most mid-range brands ship an app and nothing else. Check for a documented API before you buy, not after.
Can I control a dumb oven or kettle with Home Assistant?
Not safely, and I would not try. A smart plug can cut power to a kettle or a coffee maker that has a physical on switch, which covers scheduling and away-mode safety. Heating appliances with electronic controls are a different matter, a plug that kills power mid-cycle can leave an oven in an undefined state. Use plugs for measurement and for low-risk devices, and leave anything with a heating element and a control board alone unless the manufacturer supports it.
Does Matter fix the smart kitchen integration problem?
Partly, and slower than anyone hoped. Matter 1.3 added device types for ovens, cooktops, extractor hoods, and dishwashers in 2024, so the standard exists. Shipping appliances that implement it are still rare in 2026, and the ones that do often expose a thin subset, on/off and a cycle state rather than full control. Buying a Matter appliance today is a reasonable hedge, but do not assume it gives you the same depth as a native integration.
What is the single most useful smart device in a kitchen?
An energy-monitoring smart plug, and it is not close. It costs about 20 dollars, works with every appliance that has a plug, and answers questions you cannot answer any other way, what your fridge really draws, whether the dishwasher finished, how much that air fryer costs per use. Cycle-complete automations built on power draw work on appliances that have no smart features at all, which is most of the kitchen in most houses.
Is a smart fridge worth the extra money?
For automation purposes, almost never. The screen and the interior camera are the expensive parts and neither one exposes anything useful to Home Assistant. A door-open sensor and a temperature sensor cost about 30 dollars together and give you the two data points that actually matter, which is why I run those on a completely ordinary fridge instead.