mirror of https://github.com/home-assistant/core
38 lines
981 B
JSON
38 lines
981 B
JSON
{
|
|
"config": {
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
},
|
|
"data_description": {
|
|
"host": "The hostname or IP address of the Lutron main repeater."
|
|
},
|
|
"description": "Please enter the main repeater login information",
|
|
"title": "Main repeater setup"
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"event": {
|
|
"button": {
|
|
"state_attributes": {
|
|
"event_type": {
|
|
"state": {
|
|
"single_press": "Single press",
|
|
"press": "Press",
|
|
"release": "Release"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|