From 715be42d93b34477d66f9fd3e66337f6fc5619e7 Mon Sep 17 00:00:00 2001 From: Jonathan Robichaud Date: Mon, 16 Oct 2023 20:04:39 -0300 Subject: [PATCH] Update to support G35 (T2254) The G35 is the same as the G35+ (T2270) Minus the automatic empty station. I Haven't added it to HAS_CONSUMABLES or HAS_MAP_FEATURE as I'm not sure if it supports them but it does support basic operation and has been working stably for me for around a month! --- custom_components/robovac/robovac.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/robovac/robovac.py b/custom_components/robovac/robovac.py index 6500b30..51e0778 100644 --- a/custom_components/robovac/robovac.py +++ b/custom_components/robovac/robovac.py @@ -37,6 +37,7 @@ ROBOVAC_SERIES = { "T2251", "T2252", "T2253", + "T2254", "T2150", "T2255", "T2256",