UNPKG

@homebridge-plugins/homebridge-smarthq

Version:

The SmartHQ plugin allows you to interact with SmartHQ Devices in HomeKit and with Siri.

11 lines (9 loc) 202 B
import path from 'node:path' export default { resolve: { alias: { '@opal': path.resolve(__dirname, 'src/devices/OpalIceMaker'), '@root': path.resolve(__dirname, 'src'), }, }, }