* Add deduplicate script * Fix forecast_solar incorrect key with space * Fix utf-8 * Do not create references to other arbitrary other integrations * Add commented code to only allow applying to referencing integrations * Tweak * Bug fix * Add command line arg for limit reference * never suggest to update common keys * Output of script * Apply suggestions from code review Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com> --------- Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
35 lines
968 B
JSON
35 lines
968 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Cannot connect to Eight Sleep cloud: {error}"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"cannot_connect": "[%key:component::eight_sleep::config::error::cannot_connect%]"
|
|
}
|
|
},
|
|
"services": {
|
|
"heat_set": {
|
|
"name": "Heat set",
|
|
"description": "Sets heating/cooling level for eight sleep.",
|
|
"fields": {
|
|
"duration": {
|
|
"name": "Duration",
|
|
"description": "Duration to heat/cool at the target level in seconds."
|
|
},
|
|
"target": {
|
|
"name": "Target",
|
|
"description": "Target cooling/heating level from -100 to 100."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|