mirror of https://github.com/home-assistant/core
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"connection_type": "Connection type",
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"name": "[%key:common::config_flow::data::name%]"
|
|
},
|
|
"data_description": {
|
|
"host": "The hostname, IP address or serial port of your Epson projector."
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"powered_off": "Is projector turned on? You need to turn on projector for initial configuration."
|
|
}
|
|
},
|
|
"services": {
|
|
"select_cmode": {
|
|
"name": "Select color mode",
|
|
"description": "Selects color mode of Epson projector.",
|
|
"fields": {
|
|
"cmode": {
|
|
"name": "Color mode",
|
|
"description": "Name of Cmode."
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"selector": {
|
|
"connection_type": {
|
|
"options": {
|
|
"http": "HTTP",
|
|
"serial": "Serial"
|
|
}
|
|
}
|
|
}
|
|
}
|