mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-09 18:36:35 +00:00
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:
parent
89d586ddf3
commit
f4089b6473
@ -1 +1 @@
|
||||
Subproject commit 3a2a1b288e1685cd6e5ce656656f1e5adb87fe76
|
||||
Subproject commit a47f11fb06ae084302fa5adca715a4331df7176e
|
@ -73,6 +73,9 @@
|
||||
Home Assistant<br />
|
||||
[[hassVersion]]
|
||||
</p>
|
||||
<p>
|
||||
Path to configuration.yaml: [[hassConfigDir]]
|
||||
</p>
|
||||
<p class='develop'>
|
||||
<a href='https://home-assistant.io/developers/credits/' target='_blank'>
|
||||
Developed by a bunch of awesome people.
|
||||
@ -131,6 +134,13 @@ Polymer({
|
||||
},
|
||||
},
|
||||
|
||||
hassConfigDir: {
|
||||
type: String,
|
||||
bindNuclear: function (hass) {
|
||||
return hass.configGetters.configDir;
|
||||
},
|
||||
},
|
||||
|
||||
polymerVersion: {
|
||||
type: String,
|
||||
value: Polymer.version,
|
||||
|
Loading…
x
Reference in New Issue
Block a user