* 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.9 KiB
JSON
50 lines
1.9 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Select city/county",
|
|
"data": {
|
|
"_a_to_d": "City/county (A-D)",
|
|
"_e_to_h": "City/county (E-H)",
|
|
"_i_to_l": "City/county (I-L)",
|
|
"_m_to_q": "City/county (M-Q)",
|
|
"_r_to_u": "City/county (R-U)",
|
|
"_v_to_z": "City/county (V-Z)",
|
|
"slots": "Maximum warnings per city/county",
|
|
"headline_filter": "Blacklist regex to filter warning headlines"
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
|
|
},
|
|
"error": {
|
|
"no_selection": "Please select at least one city/county",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"title": "Options",
|
|
"data": {
|
|
"_a_to_d": "[%key:component::nina::config::step::user::data::_a_to_d%]",
|
|
"_e_to_h": "[%key:component::nina::config::step::user::data::_e_to_h%]",
|
|
"_i_to_l": "[%key:component::nina::config::step::user::data::_i_to_l%]",
|
|
"_m_to_q": "[%key:component::nina::config::step::user::data::_m_to_q%]",
|
|
"_r_to_u": "[%key:component::nina::config::step::user::data::_r_to_u%]",
|
|
"_v_to_z": "[%key:component::nina::config::step::user::data::_v_to_z%]",
|
|
"slots": "[%key:component::nina::config::step::user::data::slots%]",
|
|
"headline_filter": "[%key:component::nina::config::step::user::data::headline_filter%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"no_selection": "[%key:component::nina::config::error::no_selection%]",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
}
|
|
}
|
|
}
|