1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/baf/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

100 lines
2.4 KiB
JSON

{
"config": {
"flow_title": "{name} - {model} ({ip_address})",
"step": {
"user": {
"data": {
"ip_address": "[%key:common::config_flow::data::ip%]"
}
},
"discovery_confirm": {
"description": "Do you want to set up {name} - {model} ({ip_address})?"
}
},
"abort": {
"ipv6_not_supported": "IPv6 is not supported.",
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
}
},
"entity": {
"climate": {
"auto_comfort": {
"name": "Auto comfort"
}
},
"number": {
"comfort_min_speed": {
"name": "Auto Comfort Minimum Speed"
},
"comfort_max_speed": {
"name": "Auto Comfort Maximum Speed"
},
"comfort_heat_assist_speed": {
"name": "Auto Comfort Heat Assist Speed"
},
"return_to_auto_timeout": {
"name": "Return to Auto Timeout"
},
"motion_sense_timeout": {
"name": "Motion Sense Timeout"
},
"light_return_to_auto_timeout": {
"name": "Light Return to Auto Timeout"
},
"light_auto_motion_timeout": {
"name": "Light Motion Sense Timeout"
}
},
"sensor": {
"current_rpm": {
"name": "Current RPM"
},
"target_rpm": {
"name": "Target RPM"
},
"wifi_ssid": {
"name": "Wi-Fi SSID"
},
"ip_address": {
"name": "[%key:common::config_flow::data::ip%]"
}
},
"switch": {
"legacy_ir_remote_enable": {
"name": "Legacy IR Remote"
},
"led_indicators_enable": {
"name": "Led Indicators"
},
"comfort_heat_assist_enable": {
"name": "Auto Comfort Heat Assist"
},
"fan_beep_enable": {
"name": "Beep"
},
"eco_enable": {
"name": "Eco Mode"
},
"motion_sense_enable": {
"name": "Motion Sense"
},
"return_to_auto_enable": {
"name": "Return to Auto"
},
"whoosh_enable": {
"name": "Whoosh"
},
"light_dim_to_warm_enable": {
"name": "Dim to Warm"
},
"light_return_to_auto_enable": {
"name": "Light Return to Auto"
}
}
}
}