2022-02-25 04:24:22 +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
|
2021-06-17 01:13:16 +00:00
|
|
|
- stargazers_count
|