58 lines
1.5 KiB
JSON
58 lines
1.5 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%]"
|
|
},
|
|
"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."
|
|
}
|
|
}
|
|
}
|