From 3d74660a382f9d3ef1223906527c6989a9c350ae Mon Sep 17 00:00:00 2001 From: Aidan Timson Date: Tue, 4 Jun 2024 09:51:00 +0100 Subject: [PATCH] Azure DevOps new build sensors (#32178) * Azure DevOps new build sensors * url -> URL * Apply suggestions from code review Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/azure_devops.markdown | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/source/_integrations/azure_devops.markdown b/source/_integrations/azure_devops.markdown index 10834c229a1..956d507596b 100644 --- a/source/_integrations/azure_devops.markdown +++ b/source/_integrations/azure_devops.markdown @@ -23,4 +23,14 @@ Azure DevOps instance in Home Assistant. This integration provides a sensor for Azure DevOps: -- Latest build - This includes attributes with additional info about the build. +- Latest build - The build number of the latest build. +- Latest build id - The ID of the latest build. +- Latest build reason - The reason the build was triggered. +- Latest build result - The build result. +- Latest build source branch - The source git branch. +- Latest build source version - This is the version i.e. the tag if set, or the commit. +- Latest build status - The build status. +- Latest build queue time - How long the latest build was queued. +- Latest build start time - The time when the latest build actually started. +- Latest build finish time - The time when the latest build finished. +- Latest build URL - The URL to the latest build.