mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
System information: apply sentence-style capitalization (#119893)
This commit is contained in:
parent
ed7a888c07
commit
7bfa1e4729
@ -7,20 +7,20 @@
|
|||||||
},
|
},
|
||||||
"system_health": {
|
"system_health": {
|
||||||
"info": {
|
"info": {
|
||||||
"can_reach_cert_server": "Reach Certificate Server",
|
"can_reach_cert_server": "Reach certificate server",
|
||||||
"can_reach_cloud": "Reach Home Assistant Cloud",
|
"can_reach_cloud": "Reach Home Assistant Cloud",
|
||||||
"can_reach_cloud_auth": "Reach Authentication Server",
|
"can_reach_cloud_auth": "Reach authentication server",
|
||||||
"certificate_status": "Certificate Status",
|
"certificate_status": "Certificate status",
|
||||||
"relayer_connected": "Relayer Connected",
|
"relayer_connected": "Relayer connected",
|
||||||
"relayer_region": "Relayer Region",
|
"relayer_region": "Relayer region",
|
||||||
"remote_connected": "Remote Connected",
|
"remote_connected": "Remote connected",
|
||||||
"remote_enabled": "Remote Enabled",
|
"remote_enabled": "Remote enabled",
|
||||||
"remote_server": "Remote Server",
|
"remote_server": "Remote server",
|
||||||
"alexa_enabled": "Alexa Enabled",
|
"alexa_enabled": "Alexa enabled",
|
||||||
"google_enabled": "Google Enabled",
|
"google_enabled": "Google enabled",
|
||||||
"logged_in": "Logged In",
|
"logged_in": "Logged In",
|
||||||
"instance_id": "Instance ID",
|
"instance_id": "Instance ID",
|
||||||
"subscription_expiration": "Subscription Expiration"
|
"subscription_expiration": "Subscription expiration"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"issues": {
|
"issues": {
|
||||||
|
@ -1,18 +1,18 @@
|
|||||||
{
|
{
|
||||||
"system_health": {
|
"system_health": {
|
||||||
"info": {
|
"info": {
|
||||||
"agent_version": "Agent Version",
|
"agent_version": "Agent version",
|
||||||
"board": "Board",
|
"board": "Board",
|
||||||
"disk_total": "Disk Total",
|
"disk_total": "Disk total",
|
||||||
"disk_used": "Disk Used",
|
"disk_used": "Disk used",
|
||||||
"docker_version": "Docker Version",
|
"docker_version": "Docker version",
|
||||||
"healthy": "Healthy",
|
"healthy": "Healthy",
|
||||||
"host_os": "Host Operating System",
|
"host_os": "Host operating system",
|
||||||
"installed_addons": "Installed Add-ons",
|
"installed_addons": "Installed add-ons",
|
||||||
"supervisor_api": "Supervisor API",
|
"supervisor_api": "Supervisor API",
|
||||||
"supervisor_version": "Supervisor Version",
|
"supervisor_version": "Supervisor version",
|
||||||
"supported": "Supported",
|
"supported": "Supported",
|
||||||
"update_channel": "Update Channel",
|
"update_channel": "Update channel",
|
||||||
"version_api": "Version API"
|
"version_api": "Version API"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -60,19 +60,19 @@
|
|||||||
},
|
},
|
||||||
"system_health": {
|
"system_health": {
|
||||||
"info": {
|
"info": {
|
||||||
"arch": "CPU Architecture",
|
"arch": "CPU architecture",
|
||||||
"config_dir": "Configuration Directory",
|
"config_dir": "Configuration directory",
|
||||||
"dev": "Development",
|
"dev": "Development",
|
||||||
"docker": "Docker",
|
"docker": "Docker",
|
||||||
"hassio": "Supervisor",
|
"hassio": "Supervisor",
|
||||||
"installation_type": "Installation Type",
|
"installation_type": "Installation type",
|
||||||
"os_name": "Operating System Family",
|
"os_name": "Operating system family",
|
||||||
"os_version": "Operating System Version",
|
"os_version": "Operating system version",
|
||||||
"python_version": "Python Version",
|
"python_version": "Python version",
|
||||||
"timezone": "Timezone",
|
"timezone": "Timezone",
|
||||||
"user": "User",
|
"user": "User",
|
||||||
"version": "Version",
|
"version": "Version",
|
||||||
"virtualenv": "Virtual Environment"
|
"virtualenv": "Virtual environment"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"services": {
|
"services": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user