Skip to content

Commit

Permalink
Update HmIPPlatform.ts
Browse files Browse the repository at this point in the history
Probaly resolves #218
  • Loading branch information
SvenLie authored Oct 5, 2021
1 parent e4e3b27 commit e7624ae
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 e7624ae

Please sign in to comment.