mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
Fix typo (#2999)
Fixes https://github.com/home-assistant/home-assistant-polymer/issues/2997
This commit is contained in:
parent
6bf9ea5699
commit
812c1362a6
@ -91,7 +91,7 @@ class HuiPlantStatusCard extends LitElement implements LovelaceCard {
|
|||||||
style="background-image:url(${stateObj.attributes.entity_picture})"
|
style="background-image:url(${stateObj.attributes.entity_picture})"
|
||||||
>
|
>
|
||||||
<div class="header">
|
<div class="header">
|
||||||
${this._config.title || computeStateName(stateObj)}
|
${this._config.name || computeStateName(stateObj)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user