Closed 1ntroduc3 closed 4 years ago
Hello,
Can you make your change not in the .js file but in the .ts file.
The .js file is generated from the .ts so this will be removed automatically when a new version is generated.
Hello,
Can you make your change not in the .js file but in the .ts file.
The .js file is generated from the .ts so this will be removed automatically when a new version is generated.
Done see #53
from
<h4>${b(this.hass.localize, stateObj, this.hass.language)}</h4>
to
<h4 id="switchValue">${b(this.hass.localize, stateObj, this.hass.language)}</h4>