AutomationDataset/petrisorcraciun/automation-descriptions.json

15 lines
845 B
JSON

[
{
"id": "EUR rate change with new value",
"result": {
"structured": "TRIGGER: When bnr rate eur [sensor.bnr_rate_eur] changes state. CONDITIONS: None. ACTIONS: Send a notification to mobile app [notify.mobile_app] with title 'EUR rate changed!' and message containing the new EUR rate value.",
"natural_language": {
"trigger": "Whenever the bnr rate eur [sensor.bnr_rate_eur] sensor updates to a new value.",
"conditions": "There are no additional conditions that must be met.",
"action": "Sends a push notification to the mobile app [notify.mobile_app] with the title 'EUR rate changed!' and a message that includes the new rate value."
},
"human_like": "Sends a phone notification whenever the EUR exchange rate updates, showing the new value.",
"complexity": "low"
}
}
]