2019-03-09 02:52:37 +00:00
|
|
|
- platform: github
|
|
|
|
access_token: !secret github_token
|
|
|
|
repositories:
|
|
|
|
- path: 'thejeffreystone/home-assistant-configuration'
|
2019-07-12 20:35:36 +00:00
|
|
|
- platform: command_line
|
|
|
|
command: 'curl https://api.github.com/repos/thejeffreystone/home-assistant-configuration'
|
|
|
|
name: GitHub Stats
|
|
|
|
scan_interval: 20000
|
|
|
|
value_template: '{{ value_json.name }}'
|
|
|
|
json_attributes:
|
|
|
|
- open_issues
|
|
|
|
- stargazers_count
|
2019-07-11 11:46:55 +00:00
|
|
|
|