DBuit / light-popup-card

Lovelace card to use as custom pop-up for light in homekit style
168 stars 38 forks source link

Update light-popup-card.js (add h4 tag to switch value to css that also #52

Closed 1ntroduc3 closed 3 years ago

1ntroduc3 commented 3 years ago

from <h4>${b(this.hass.localize, stateObj, this.hass.language)}</h4>

to

<h4 id="switchValue">${b(this.hass.localize, stateObj, this.hass.language)}</h4>

DBuit commented 3 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.

1ntroduc3 commented 3 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.

Done see #53