Skip to content

Commit

Permalink
fix: Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas De Kegel <[email protected]>
  • Loading branch information
X-Ryl669 and jlsjonas committed Jan 11, 2023
1 parent 2d2755c commit a658630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ properties of the Entity object detailed in the following table (as per `sensor.
| fixed_value | boolean | | Set to true to graph the entity's current state as a fixed value instead of graphing its state history.
| smoothing | boolean | | Override for a flag indicating whether to make graph line smooth.
| scale_factor | number | 1 | Set a scale factor to use on the graph's value
| value_factor | number | 0 | Scale value by order of magnitude (e.g. convert Watts to kilo Watts), use negative value to scale down.
| value_factor | number | 0 | (DEPRECATED) Scale value by order of magnitude (e.g. convert Watts to kilo Watts), use negative value to scale down.

```yaml
entities:
Expand Down

0 comments on commit a658630

Please sign in to comment.