mirror of https://github.com/home-assistant/core
30 lines
676 B
JSON
30 lines
676 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
},
|
|
"data_description": {
|
|
"host": "The hostname or IP address of your mutesync device."
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "Enable authentication in mütesync Preferences > Authentication",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"in_meeting": {
|
|
"name": "In meeting"
|
|
},
|
|
"muted": {
|
|
"name": "Muted"
|
|
}
|
|
}
|
|
}
|
|
}
|