* 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>
71 lines
2 KiB
JSON
71 lines
2 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Fill in your Abode login information",
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::email%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
},
|
|
"mfa": {
|
|
"title": "Enter your MFA code for Abode",
|
|
"data": {
|
|
"mfa_code": "MFA code (6-digits)"
|
|
}
|
|
},
|
|
"reauth_confirm": {
|
|
"title": "[%key:component::abode::config::step::user::title%]",
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::email%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_mfa_code": "Invalid MFA code"
|
|
},
|
|
"abort": {
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
}
|
|
},
|
|
"services": {
|
|
"capture_image": {
|
|
"name": "Capture image",
|
|
"description": "Request a new image capture from a camera device.",
|
|
"fields": {
|
|
"entity_id": {
|
|
"name": "Entity",
|
|
"description": "Entity id of the camera to request an image."
|
|
}
|
|
}
|
|
},
|
|
"change_setting": {
|
|
"name": "Change setting",
|
|
"description": "Change an Abode system setting.",
|
|
"fields": {
|
|
"setting": {
|
|
"name": "Setting",
|
|
"description": "Setting to change."
|
|
},
|
|
"value": {
|
|
"name": "Value",
|
|
"description": "Value of the setting."
|
|
}
|
|
}
|
|
},
|
|
"trigger_automation": {
|
|
"name": "Trigger automation",
|
|
"description": "Trigger an Abode automation.",
|
|
"fields": {
|
|
"entity_id": {
|
|
"name": "Entity",
|
|
"description": "Entity id of the automation to trigger."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|