Skip to content

Commit

Permalink
Trigger another build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwroc committed Oct 22, 2023
1 parent 04adf47 commit c594e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entity-fields/battery-level.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import { isNumber, log } from "../utils";
const convertedVal = config.state_map.find(s => s.from === level);
if (convertedVal === undefined) {
if (!isNumber(level)) {
log(`Missing option for '${level}' in 'state_map'`);
log(`Missing option for '${level}' in 'state_map.'`);
}
}
else {
Expand Down

0 comments on commit c594e8d

Please sign in to comment.