Skip to content

Commit

Permalink
Apply suggestions from code review (thanks @piitaya)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Bottein <[email protected]>
  • Loading branch information
JosephAbbey and piitaya authored Nov 8, 2023
1 parent c3487a3 commit 0522cff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class HuiNumberTileFeature extends LitElement implements LovelaceTileFeature {
step=${stateObj.attributes.step}
@value-changed=${this._setValue}
.disabled=${isUnavailableState(stateObj.state)}
>test
>
</ha-control-slider>`}
</div>
`;
Expand Down
2 changes: 1 addition & 1 deletion src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -5208,7 +5208,7 @@
"label": "Select options"
},
"number": {
"label": "Number Input",
"label": "Number",
"style": "Style",
"style_list": {
"buttons": "Buttons",
Expand Down

0 comments on commit 0522cff

Please sign in to comment.