mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
12 lines
397 B
YAML
Executable File
12 lines
397 B
YAML
Executable File
# - platform: github
|
|
# access_token: !secret github_token
|
|
# repositories:
|
|
# - path: 'thejeffreystone/home-assistant-configuration'
|
|
- 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 |