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

51 lines
1.5 KiB
JSON

{
"config": {
"flow_title": "{name}",
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"step": {
"gateway_entry": {
"title": "ScreenLogic",
"description": "Enter your ScreenLogic Gateway information.",
"data": {
"ip_address": "[%key:common::config_flow::data::ip%]",
"port": "[%key:common::config_flow::data::port%]"
}
},
"gateway_select": {
"title": "[%key:component::screenlogic::config::step::gateway_entry::title%]",
"description": "The following ScreenLogic gateways were discovered. Please select one to configure, or choose to manually configure a ScreenLogic gateway.",
"data": {
"selected_gateway": "Gateway"
}
}
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
},
"options": {
"step": {
"init": {
"title": "[%key:component::screenlogic::config::step::gateway_entry::title%]",
"description": "Specify settings for {gateway_name}",
"data": {
"scan_interval": "Seconds between scans"
}
}
}
},
"services": {
"set_color_mode": {
"name": "Set Color Mode",
"description": "Sets the color mode for all color-capable lights attached to this ScreenLogic gateway.",
"fields": {
"color_mode": {
"name": "Color Mode",
"description": "The ScreenLogic color mode to set."
}
}
}
}
}