Merge pull request #38 from balloob/sun

Add elevation (fixes #924)
This commit is contained in:
Paulus Schoutsen 2016-03-13 09:14:54 -07:00
commit a310a4026a
1 changed files with 4 additions and 0 deletions

View File

@ -13,5 +13,9 @@
<div class='value'>[[itemValue(item)]]</div>
</div>
</template>
<div class='data-entry layout justified horizontal'>
<div class='key'>Elevation</div>
<div class='value'>[[stateObj.attributes.elevation]]</div>
</div>
</template>
</dom-module>