Skip to content

Commit

Permalink
min brightness on the slider to one
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbdavis committed Oct 11, 2018
1 parent 1cc218c commit 1b14e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion light-entity-row.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ class AdjustableLightEntityRow extends Polymer.Element {
_config: Object,
isOn: { type: Boolean },
stateObj: { type: Object, value: null },
brightnessMin: { type: Number, value: 0 },
members: { type: Array, value: null },
brightnessMin: { type: Number, value: 1 },
brightnessMax: { type: Number, value: 100 },
tempMin: { type: Number, value: 175 },
tempMax: { type: Number, value: 500 },
Expand Down

0 comments on commit 1b14e5d

Please sign in to comment.