core/homeassistant/components/elgato/strings.json

59 lines
1.6 KiB
JSON

{
"config": {
"flow_title": "{serial_number}",
"step": {
"user": {
"description": "Set up your Elgato Light to integrate with Home Assistant.",
"data": {
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]"
},
"data_description": {
"host": "The hostname or IP address of your Elgato device."
}
},
"zeroconf_confirm": {
"description": "Do you want to add the Elgato Light with serial number `{serial_number}` to Home Assistant?",
"title": "Discovered Elgato Light device"
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
}
},
"entity": {
"sensor": {
"charge_power": {
"name": "Charging power"
},
"input_charge_current": {
"name": "Charging current"
},
"input_charge_voltage": {
"name": "Charging voltage"
},
"voltage": {
"name": "Battery voltage"
}
},
"switch": {
"bypass": {
"name": "Studio mode"
},
"energy_saving": {
"name": "Energy saving"
}
}
},
"services": {
"identify": {
"name": "Identify",
"description": "Identifies an Elgato Light. Blinks the light, which can be useful for, e.g., a visual notification."
}
}
}