Skip to content

Commit

Permalink
Merge pull request #635 from bjiirn/patch-1
Browse files Browse the repository at this point in the history
Fixed Typo.
  • Loading branch information
flixlix authored Aug 26, 2024
2 parents 4b5994f + 75c1b85 commit b45baae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/power-flow-card-plus-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ interface FossilFuelPercentage extends BaseConfigEntity {
color_label?: boolean;
unit_white_space?: boolean;
calculate_flow_rate?: boolean | number;
seconday_info: SecondaryInfoType;
secondary_info: SecondaryInfoType;
}

export type ConfigEntities = {
Expand Down

0 comments on commit b45baae

Please sign in to comment.