mirror of https://github.com/home-assistant/core
88 lines
2.4 KiB
JSON
88 lines
2.4 KiB
JSON
{
|
|
"config": {
|
|
"flow_title": "{name}",
|
|
"step": {
|
|
"user": {
|
|
"description": "Please enter the connection details of your instance.",
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"port": "[%key:common::config_flow::data::port%]",
|
|
"ssl": "[%key:common::config_flow::data::ssl%]",
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"load_1m": {
|
|
"name": "Load (1m)"
|
|
},
|
|
"load_5m": {
|
|
"name": "Load (5m)"
|
|
},
|
|
"load_15m": {
|
|
"name": "Load (15m)"
|
|
},
|
|
"mem_total": {
|
|
"name": "Memory total"
|
|
},
|
|
"mem_free": {
|
|
"name": "Memory free"
|
|
},
|
|
"swap_total": {
|
|
"name": "Swap total"
|
|
},
|
|
"swap_free": {
|
|
"name": "Swap free"
|
|
},
|
|
"disk_total": {
|
|
"name": "Disks total space"
|
|
},
|
|
"disk_used": {
|
|
"name": "Disks used space"
|
|
},
|
|
"disk_free": {
|
|
"name": "Disks free space"
|
|
},
|
|
"disk_fs_total": {
|
|
"name": "Disk total space {mountpoint}"
|
|
},
|
|
"disk_fs_used": {
|
|
"name": "Disk used space {mountpoint}"
|
|
},
|
|
"disk_fs_free": {
|
|
"name": "Disk free space {mountpoint}"
|
|
},
|
|
"disk_fs_itotal": {
|
|
"name": "Disk total inodes {mountpoint}"
|
|
},
|
|
"disk_fs_iused": {
|
|
"name": "Disk used inodes {mountpoint}"
|
|
},
|
|
"disk_fs_ifree": {
|
|
"name": "Disk free inodes {mountpoint}"
|
|
},
|
|
"disk_fs_used_percent": {
|
|
"name": "Disk usage {mountpoint}"
|
|
},
|
|
"disk_fs_iused_percent": {
|
|
"name": "Disk inode usage {mountpoint}"
|
|
}
|
|
}
|
|
}
|
|
}
|