Skip to content

Commit

Permalink
Fix URL mismatch for unit_for_measurement (#3324)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Dec 10, 2024
1 parent 592d630 commit 53fd7ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ interface CoreCustomizeItem {

/**
* Defines the units of measurement, if any. This will also influence the graphical presentation in the history visualization as continuous value. Sensors with missing unit_of_measurement are showing as discrete values.
* https://wwww.home-assistant.io/docs/configuration/customizing-devices/#unit_of_measurement
* https://www.home-assistant.io/docs/configuration/customizing-devices/#unit_of_measurement
*/
unit_of_measurement?: string;
}
Expand Down

0 comments on commit 53fd7ad

Please sign in to comment.