1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/homeassistant/components/mutesync/strings.json
2025-10-28 10:33:10 +01:00

30 lines
676 B
JSON

{
"config": {
"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%]"
},
"step": {
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "The hostname or IP address of your mutesync device."
}
}
}
},
"entity": {
"binary_sensor": {
"in_meeting": {
"name": "In meeting"
},
"muted": {
"name": "Muted"
}
}
}
}