From e7624ae58aecc747e38583c70a9b594edc48a29c Mon Sep 17 00:00:00 2001 From: Sven Liebert Date: Tue, 5 Oct 2021 20:57:39 +0200 Subject: [PATCH] Update HmIPPlatform.ts Probaly resolves #218 --- src/HmIPPlatform.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HmIPPlatform.ts b/src/HmIPPlatform.ts index 81d6663..49007a8 100644 --- a/src/HmIPPlatform.ts +++ b/src/HmIPPlatform.ts @@ -249,7 +249,7 @@ export class HmIPPlatform implements DynamicPlatformPlugin { } else if (device.type === 'TEMPERATURE_HUMIDITY_SENSOR_OUTDOOR') { homebridgeDevice = new HmIPClimateSensor(this, hmIPAccessory.accessory); } else if (device.type === 'HEATING_THERMOSTAT' - || device.type === 'HEATING_THERMOSTAT_COMPACT') { + || device.type === 'HEATING_THERMOSTAT_COMPACT' || device.type === 'HEATING_THERMOSTAT_EVO') { homebridgeDevice = new HmIPHeatingThermostat(this, hmIPAccessory.accessory); } else if (device.type === 'FULL_FLUSH_SHUTTER' || device.type === 'BRAND_SHUTTER') {