Display path to configuration.yaml (#115)

* Add Configuration.yaml to dev-info screen

* Add Configuration.yaml to dev-info screen

* Fix Travis Error

* Update Subproject commit

* Subproject craziness

* Fix Subproject issue

* Update subproject

* Update Subproject
This commit is contained in:
Justin Weberg 2016-10-03 12:10:16 -05:00 committed by Paulus Schoutsen
parent 89d586ddf3
commit f4089b6473
2 changed files with 11 additions and 1 deletions

@ -1 +1 @@
Subproject commit 3a2a1b288e1685cd6e5ce656656f1e5adb87fe76 Subproject commit a47f11fb06ae084302fa5adca715a4331df7176e

View File

@ -73,6 +73,9 @@
Home Assistant<br /> Home Assistant<br />
[[hassVersion]] [[hassVersion]]
</p> </p>
<p>
Path to configuration.yaml: [[hassConfigDir]]
</p>
<p class='develop'> <p class='develop'>
<a href='https://home-assistant.io/developers/credits/' target='_blank'> <a href='https://home-assistant.io/developers/credits/' target='_blank'>
Developed by a bunch of awesome people. Developed by a bunch of awesome people.
@ -131,6 +134,13 @@ Polymer({
}, },
}, },
hassConfigDir: {
type: String,
bindNuclear: function (hass) {
return hass.configGetters.configDir;
},
},
polymerVersion: { polymerVersion: {
type: String, type: String,
value: Polymer.version, value: Polymer.version,