@riddix/hamh 2.1.0-alpha.430 → 2.1.0-alpha.432

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -169567,7 +169567,7 @@ var config8 = {
169567
169567
  if (brightness != null) {
169568
169568
  return brightness / 255;
169569
169569
  }
169570
- return 0;
169570
+ return null;
169571
169571
  },
169572
169572
  moveToLevelPercent: (brightnessPercent) => ({
169573
169573
  action: "light.turn_on",