1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 22:18:40 +00:00

Add Latest Tag sensor to GitHub integration (#66932)

This commit is contained in:
Joakim Sørensen
2022-02-20 13:00:01 +01:00
committed by GitHub
parent 3cbbf90f23
commit 2d52aca9eb
3 changed files with 31 additions and 0 deletions

View File

@@ -43,6 +43,16 @@
"name": "v1.0.0",
"url": "https://github.com/octocat/Hello-World/releases/v1.0.0",
"tag": "v1.0.0"
},
"refs": {
"tags": [
{
"name": "v1.0.0",
"target": {
"url": "https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e"
}
}
]
}
}
}