Files
core/homeassistant/components/keymitt_ble/strings.json
Paulus Schoutsen 7859be6481 Add deduplicate translations script (#96384)
* 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>
2023-07-13 11:52:50 -04:00

52 lines
1.6 KiB
JSON

{
"config": {
"flow_title": "{name}",
"step": {
"init": {
"title": "Set up MicroBot device",
"data": {
"address": "Device address",
"name": "[%key:common::config_flow::data::name%]"
}
},
"link": {
"title": "Pairing",
"description": "Press the button on the MicroBot Push when the LED is solid pink or green to register with Home Assistant."
}
},
"error": {
"linking": "Failed to pair, please try again. Is the MicroBot in pairing mode?"
},
"abort": {
"already_configured_device": "[%key:common::config_flow::abort::already_configured_device%]",
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
"unknown": "[%key:common::config_flow::error::unknown%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
}
},
"services": {
"calibrate": {
"name": "Calibrate",
"description": "Calibration - Set depth, press & hold duration, and operation mode. Warning - this will send a push command to the device.",
"fields": {
"entity_id": {
"name": "Entity",
"description": "Name of entity to calibrate."
},
"depth": {
"name": "Depth",
"description": "Depth in percent."
},
"duration": {
"name": "Duration",
"description": "Duration in seconds."
},
"mode": {
"name": "[%key:common::config_flow::data::mode%]",
"description": "Normal | invert | toggle."
}
}
}
}
}