Anton Petrov
Anton Petrov
If you use `file-loader`, upgrade it to `6.0.0` version and specify `esModule: false` in `options`: ```js { test: /\.(png|jpe?g|gif|svg)$/, use: [ { loader: 'file-loader', options: { name: '[name].[contenthash].[ext]', outputPath: 'static/img',...
Any updates?
Hi @AllenFang and @chunming-c, could you please approve this PR and release a new version. I'm trying to upgrade webpack to v5 and this is the last thing which prevents...
It looks like you have issues in homebridge configuration or something else, please attach logs from homebridge.
@Chephren77 config looks ok, but logs isn't complete, here an example of right logs for the plugin: ``` [3/19/2019, 2:40:23 PM] Homebridge is running on port 51826. [3/19/2019, 2:40:27 PM]...
Hi @BastienClermont, it's known issue. The main problem is that the issue occurs form another library which has a lot of legacy code, my plan is to refactor it step...
Hi @testosious It depends on which devices do you want to use with this plugin.
Hi @xatrix78 You need to try to add it to the stick at first (using permit join) and then attach your `zigbee.db` file here, it will help me to add...
Any progress?