From 7e4288daa2888bd1fe288edeccfe879e0453f90e Mon Sep 17 00:00:00 2001 From: EdwinEngelen Date: Sat, 25 Nov 2023 01:30:11 +0100 Subject: [PATCH] Auto discover Alpha Innotec SWC 140 H/K The Alpha Innotec SWC 140 H/K from year 2012 has a MAC address starting with 40:EC:F8 (Siemens AG). --- custom_components/luxtronik/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/luxtronik/manifest.json b/custom_components/luxtronik/manifest.json index e835d4d..4591eba 100755 --- a/custom_components/luxtronik/manifest.json +++ b/custom_components/luxtronik/manifest.json @@ -16,6 +16,7 @@ { "macaddress": "001999*" }, { "macaddress": "000982*" }, { "macaddress": "04D16E*" }, + { "macaddress": "40ECF8*" }, { "hostname": "wp-novelan" } ], "integration_type": "hub",