hass-core/homeassistant/components/rainbird/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

74 lines
1.9 KiB
JSON

{
"config": {
"step": {
"user": {
"title": "Configure Rain Bird",
"description": "Please enter the LNK WiFi module information for your Rain Bird device.",
"data": {
"host": "[%key:common::config_flow::data::host%]",
"password": "[%key:common::config_flow::data::password%]"
}
}
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"timeout_connect": "[%key:common::config_flow::error::timeout_connect%]"
}
},
"options": {
"step": {
"init": {
"title": "[%key:component::rainbird::config::step::user::title%]",
"data": {
"duration": "Default irrigation time in minutes"
}
}
}
},
"entity": {
"binary_sensor": {
"rainsensor": {
"name": "Rainsensor"
}
},
"number": {
"rain_delay": {
"name": "Rain delay"
}
},
"sensor": {
"raindelay": {
"name": "Raindelay"
}
}
},
"services": {
"start_irrigation": {
"name": "Start irrigation",
"description": "Starts the irrigation.",
"fields": {
"duration": {
"name": "Duration",
"description": "Duration for this sprinkler to be turned on."
}
}
},
"set_rain_delay": {
"name": "Set rain delay",
"description": "Sets how long automatic irrigation is turned off.",
"fields": {
"config_entry_id": {
"name": "Rainbird Controller Configuration Entry",
"description": "The setting will be adjusted on the specified controller."
},
"duration": {
"name": "Duration",
"description": "Duration for this system to be turned off."
}
}
}
}
}