Skip to content

Instantly share code, notes, and snippets.

@petersem
Created May 14, 2022 16:52
Show Gist options
  • Save petersem/262ca94644c6cb21fcabb2b3c7f2a296 to your computer and use it in GitHub Desktop.
Save petersem/262ca94644c6cb21fcabb2b3c7f2a296 to your computer and use it in GitHub Desktop.
Home assistant: latest compose version
- platform: rest
name: compose
resource: https://api.github.com/repos/docker/compose/releases/latest
authentication: basic
value_template: "{{ value_json.tag_name }}"
json_attributes:
- published_at
headers:
Accept: application/vnd.github.v3+json
Content-Type: application/json
User-Agent: Home Assistant REST sensor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment