mirror of
https://github.com/home-assistant/core.git
synced 2026-05-18 22:40:15 +01:00
cf0b5c6e51
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Josef Zweck <josef@zweck.dev>
84 lines
2.1 KiB
JSON
84 lines
2.1 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
|
|
"could_not_register": "Could not register integration with GitHub"
|
|
},
|
|
"progress": {
|
|
"wait_for_device": "Open {url}, and paste the following code to authorize the integration: \n```\n{code}\n```"
|
|
},
|
|
"step": {}
|
|
},
|
|
"config_subentries": {
|
|
"repository": {
|
|
"abort": {
|
|
"already_configured": "Repository is already configured"
|
|
},
|
|
"entry_type": "[%key:component::github::config_subentries::repository::step::user::data::repository%]",
|
|
"initiate_flow": {
|
|
"user": "Add repository"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"repository": "Repository"
|
|
},
|
|
"data_description": {
|
|
"repository": "The repository to track"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"discussions_count": {
|
|
"name": "Discussions",
|
|
"unit_of_measurement": "discussions"
|
|
},
|
|
"forks_count": {
|
|
"name": "Forks",
|
|
"unit_of_measurement": "forks"
|
|
},
|
|
"issues_count": {
|
|
"name": "Issues",
|
|
"unit_of_measurement": "issues"
|
|
},
|
|
"latest_commit": {
|
|
"name": "Latest commit"
|
|
},
|
|
"latest_discussion": {
|
|
"name": "Latest discussion"
|
|
},
|
|
"latest_issue": {
|
|
"name": "Latest issue"
|
|
},
|
|
"latest_pull_request": {
|
|
"name": "Latest pull request"
|
|
},
|
|
"latest_release": {
|
|
"name": "Latest release"
|
|
},
|
|
"latest_tag": {
|
|
"name": "Latest tag"
|
|
},
|
|
"merged_pulls_count": {
|
|
"name": "Merged pull requests",
|
|
"unit_of_measurement": "pull requests"
|
|
},
|
|
"pulls_count": {
|
|
"name": "Pull requests",
|
|
"unit_of_measurement": "pull requests"
|
|
},
|
|
"stargazers_count": {
|
|
"name": "Stars",
|
|
"unit_of_measurement": "stars"
|
|
},
|
|
"subscribers_count": {
|
|
"name": "Watchers",
|
|
"unit_of_measurement": "watchers"
|
|
}
|
|
}
|
|
}
|
|
}
|