guard against NaN brightness from incomplete MQTT state, sync cached accessory display names
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
6
dist/index.js
vendored
6
dist/index.js
vendored
@@ -1,6 +1,6 @@
|
||||
"use strict";
|
||||
const { ESPHomeRGBWWPlatform } = require("./platform");
|
||||
|
||||
const platform_1 = require("./platform");
|
||||
module.exports = (api) => {
|
||||
api.registerPlatform("homebridge-esphome-rgbww", "ESPHomeRGBWW", ESPHomeRGBWWPlatform);
|
||||
api.registerPlatform('homebridge-esphome-rgbww', 'ESPHomeRGBWW', platform_1.ESPHomeRGBWWPlatform);
|
||||
};
|
||||
//# sourceMappingURL=index.js.map
|
||||
Reference in New Issue
Block a user