Skip to content

Commit

Permalink
Merge pull request #322 from mbaldessari/docs
Browse files Browse the repository at this point in the history
Set the machine-sensor-2 temperature to false
  • Loading branch information
mbaldessari authored Nov 30, 2024
2 parents cf3259c + 0fbd754 commit aae4143
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ data:
SENSOR_LIGHT_MINRANGE: "0"
SENSOR_LIGHT_START: "0"

SENSOR_TEMPERATURE_ENABLED: "true"
# This is set to false by default because in the docs we show the user how to
# enable a sensor with gitops
SENSOR_TEMPERATURE_ENABLED: "false"
SENSOR_TEMPERATURE_FREQUENCY: "5"
SENSOR_TEMPERATURE_MAXITERATION: "1"
SENSOR_TEMPERATURE_MAXRANGE: "55"
Expand Down

0 comments on commit aae4143

Please sign in to comment.