Skip to content

Commit

Permalink
Merge pull request #219 from SvenLie/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Sowen authored Oct 5, 2021
2 parents e4e3b27 + e7624ae commit 0d4e48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HmIPPlatform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit 0d4e48e

Please sign in to comment.