69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"config": {
|
|
"flow_title": "{name}",
|
|
"step": {
|
|
"user": {
|
|
"description": "Enter your Roku information.",
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
}
|
|
},
|
|
"discovery_confirm": {
|
|
"description": "Do you want to set up {name}?"
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"headphones_connected": {
|
|
"name": "Headphones connected"
|
|
},
|
|
"supports_airplay": {
|
|
"name": "Supports AirPlay"
|
|
},
|
|
"supports_ethernet": {
|
|
"name": "Supports ethernet"
|
|
},
|
|
"supports_find_remote": {
|
|
"name": "Supports find remote"
|
|
}
|
|
},
|
|
"select": {
|
|
"application": {
|
|
"name": "Application"
|
|
},
|
|
"channel": {
|
|
"name": "Channel"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"active_app": {
|
|
"name": "Active app"
|
|
},
|
|
"active_app_id": {
|
|
"name": "Active app ID"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"search": {
|
|
"name": "Search",
|
|
"description": "Emulates opening the search screen and entering the search keyword.",
|
|
"fields": {
|
|
"keyword": {
|
|
"name": "Keyword",
|
|
"description": "The keyword to search for."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|