Skip to content

Instantly share code, notes, and snippets.

View thematrixdev's full-sized avatar

theMatrix.dev thematrixdev

View GitHub Profile
@thematrixdev
thematrixdev / command_line.yaml
Last active February 27, 2025 14:06
GNews for HA.md
- sensor:
name: "News World"
scan_interval: 604800
command: >
curl --silent "https://gnews.io/api/v4/top-headlines?category=world&lang=zh&country=hk&max=10&from=$(date +\"%Y-%m-%dT00:00:00Z\")&apikey=" |
jq '{articles: [.articles[] | {title: .title}]}'
value_template: "OK"
json_attributes:
- articles