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

57 lines
2.0 KiB
JSON

{
"config": {
"step": {
"user": {
"title": "Set up the IFTTT Webhook Applet",
"description": "Are you sure you want to set up IFTTT?"
}
},
"abort": {
"cloud_not_connected": "[%key:common::config_flow::abort::cloud_not_connected%]",
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
"webhook_not_internet_accessible": "[%key:common::config_flow::abort::webhook_not_internet_accessible%]"
},
"create_entry": {
"default": "To send events to Home Assistant, you will need to use the \"Make a web request\" action from the [IFTTT Webhook applet]({applet_url}).\n\nFill in the following info:\n\n- URL: `{webhook_url}`\n- Method: POST\n- Content Type: application/json\n\nSee [the documentation]({docs_url}) on how to configure automations to handle incoming data."
}
},
"services": {
"push_alarm_state": {
"name": "Push alarm state",
"description": "Updates the alarm state to the specified value.",
"fields": {
"entity_id": {
"name": "Entity ID",
"description": "Name of the alarm control panel which state has to be updated."
},
"state": {
"name": "State",
"description": "The state to which the alarm control panel has to be set."
}
}
},
"trigger": {
"name": "Trigger",
"description": "Triggers the configured IFTTT Webhook.",
"fields": {
"event": {
"name": "Event",
"description": "The name of the event to send."
},
"value1": {
"name": "Value 1",
"description": "Generic field to send data via the event."
},
"value2": {
"name": "Value 2",
"description": "[%key:component::ifttt::services::trigger::fields::value1::description%]"
},
"value3": {
"name": "Value 3",
"description": "[%key:component::ifttt::services::trigger::fields::value1::description%]"
}
}
}
}
}