From 949ef49c0957ec514a7b283ce7f15ee0042ad53f Mon Sep 17 00:00:00 2001 From: Jon Deeming <3147686+JonDeeming@users.noreply.github.com> Date: Thu, 2 May 2024 21:57:28 +0100 Subject: [PATCH] Add vesync Vital 100S UK & EU Model mappings (#115948) Add Vital 100S UK & EU Model mappings, fixes devices not being retrieved via VeSync APIs, using existing 100S device --- homeassistant/components/vesync/const.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homeassistant/components/vesync/const.py b/homeassistant/components/vesync/const.py index 08badae8cd0..483ab89b02e 100644 --- a/homeassistant/components/vesync/const.py +++ b/homeassistant/components/vesync/const.py @@ -57,4 +57,6 @@ SKU_TO_BASE_DEVICE = { "Vital100S": "Vital100S", "LAP-V102S-WUS": "Vital100S", # Alt ID Model Vital100S "LAP-V102S-AASR": "Vital100S", # Alt ID Model Vital100S + "LAP-V102S-WEU": "Vital100S", # Alt ID Model Vital100S + "LAP-V102S-WUK": "Vital100S", # Alt ID Model Vital100S }