* 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>
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Connect to the modem",
|
|
"data": {
|
|
"device": "[%key:common::config_flow::data::device%]",
|
|
"baud_speed": "Baud Speed"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"bit_error_rate": {
|
|
"name": "Bit error rate"
|
|
},
|
|
"cid": {
|
|
"name": "Cell ID"
|
|
},
|
|
"lac": {
|
|
"name": "Local area code"
|
|
},
|
|
"network_code": {
|
|
"name": "GSM network code"
|
|
},
|
|
"network_name": {
|
|
"name": "Network name"
|
|
},
|
|
"signal_percent": {
|
|
"name": "Signal percent"
|
|
},
|
|
"signal_strength": {
|
|
"name": "[%key:component::sensor::entity_component::signal_strength::name%]"
|
|
},
|
|
"state": {
|
|
"name": "Network status"
|
|
}
|
|
}
|
|
}
|
|
}
|