mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Incorrect case in stateObj
The stateObj was spelled StateObj, which resulted in an empty string, causing a noob like me great confusion. Hope this helps someone. :)
This commit is contained in:
parent
a8b18212bd
commit
1667c36859
@ -48,7 +48,7 @@ frontend:
|
|||||||
<style>
|
<style>
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<textarea>[[_toStr(StateObj)]]</textarea>
|
<textarea>[[_toStr(stateObj)]]</textarea>
|
||||||
</template>
|
</template>
|
||||||
</dom-module>
|
</dom-module>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user