From bd870f05378388d2d1a63342f58fc6bb1bd34eb6 Mon Sep 17 00:00:00 2001 From: Manuel Stahl Date: Tue, 29 Apr 2025 15:34:16 +0200 Subject: [PATCH] Remove dependency on modbus for stiebel_eltron (#136482) * Remove dependency on modbus for stiebel_eltron The modbus integration changed its setup, so it is not possible anymore to have an empty hub. * Add config flow * Update pystiebeleltron to v0.1.0 * Fix * Fix * Add test for non existing modbus hub * Fix tests * Add more tests * Add missing translation string * Add test for import failure * Fix issues from review comments * Fix issues from review comments * Mock stiebel eltron client instead of setup_entry * Update homeassistant/components/stiebel_eltron/__init__.py * Update homeassistant/components/stiebel_eltron/__init__.py --------- Co-authored-by: Joostlek