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:
2026-03-08 19:32:01 +01:00
parent 2011974c96
commit 494a184866
16 changed files with 345 additions and 294 deletions

6
dist/index.js vendored
View File

@@ -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