Skip to content

Commit

Permalink
Use language default for unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
KTibow authored and thomasloven committed Oct 9, 2020
1 parent 2c841fa commit 4b746ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class SliderEntityRow extends LitElement {
${(c.stateObj.state === "unavailable")
? html`
<span class="state">
Unavailable
${this.hass.resources[this.hass.language]["state.default.unavailable"]}
</span>
`
: html`
Expand Down

0 comments on commit 4b746ec

Please sign in to comment.