* 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>
57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"services": {
|
|
"delete_sms": {
|
|
"name": "Delete SMS",
|
|
"description": "Deletes messages from the modem inbox.",
|
|
"fields": {
|
|
"host": {
|
|
"name": "[%key:common::config_flow::data::host%]",
|
|
"description": "The modem that should have a message deleted."
|
|
},
|
|
"sms_id": {
|
|
"name": "SMS ID",
|
|
"description": "Integer or list of integers with inbox IDs of messages to delete."
|
|
}
|
|
}
|
|
},
|
|
"set_option": {
|
|
"name": "Set option",
|
|
"description": "Sets options on the modem.",
|
|
"fields": {
|
|
"host": {
|
|
"name": "[%key:common::config_flow::data::host%]",
|
|
"description": "The modem to set options on."
|
|
},
|
|
"failover": {
|
|
"name": "Failover",
|
|
"description": "Failover mode."
|
|
},
|
|
"autoconnect": {
|
|
"name": "Auto-connect",
|
|
"description": "Auto-connect mode."
|
|
}
|
|
}
|
|
},
|
|
"connect_lte": {
|
|
"name": "Connect LTE",
|
|
"description": "Asks the modem to establish the LTE connection.",
|
|
"fields": {
|
|
"host": {
|
|
"name": "[%key:common::config_flow::data::host%]",
|
|
"description": "The modem that should connect."
|
|
}
|
|
}
|
|
},
|
|
"disconnect_lte": {
|
|
"name": "Disconnect LTE",
|
|
"description": "Asks the modem to close the LTE connection.",
|
|
"fields": {
|
|
"host": {
|
|
"name": "[%key:common::config_flow::data::host%]",
|
|
"description": "The modem that should disconnect."
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"selector": {}
|
|
}
|