home-assistant-configuration/config/sensors/github.yaml

12 lines
397 B
YAML
Raw Normal View History

# - 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