This code is usable only if you are on Home Assistant 0.114 or older
For Home Assistant 0.115 and newer please go to: https://github.com/AdamNaj/ZWaveGraphHA
| /* | |
| Add a link to the sidebar to any path in Home Assistant | |
| Put this file in <config>/www/panel-redirect.js | |
| In configuration.yaml: | |
| panel_custom: | |
| - name: panel-redirect | |
| # url_path needs to be unique for each panel_custom config |
This code is usable only if you are on Home Assistant 0.114 or older
For Home Assistant 0.115 and newer please go to: https://github.com/AdamNaj/ZWaveGraphHA
| { | |
| "template" : "logstash-*", | |
| "settings" : { | |
| "index.refresh_interval" : "5s", | |
| "analysis" : { | |
| "analyzer" : { | |
| "default" : { | |
| "type" : "standard", | |
| "stopwords" : "_none_" | |
| } |