1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 16:36:08 +01:00
Files

62 lines
1.6 KiB
JSON

{
"common": {
"condition_behavior_name": "Condition passes if",
"condition_threshold_name": "Threshold type",
"trigger_behavior_name": "Trigger when",
"trigger_threshold_name": "Threshold type"
},
"conditions": {
"is_value": {
"description": "Tests the temperature of one or more entities.",
"fields": {
"behavior": {
"name": "[%key:component::temperature::common::condition_behavior_name%]"
},
"threshold": {
"name": "[%key:component::temperature::common::condition_threshold_name%]"
}
},
"name": "Temperature value"
}
},
"selector": {
"condition_behavior": {
"options": {
"all": "All",
"any": "Any"
}
},
"trigger_behavior": {
"options": {
"any": "Any",
"first": "First",
"last": "Last"
}
}
},
"title": "Temperature",
"triggers": {
"changed": {
"description": "Triggers after one or more temperatures change.",
"fields": {
"threshold": {
"name": "[%key:component::temperature::common::trigger_threshold_name%]"
}
},
"name": "Temperature changed"
},
"crossed_threshold": {
"description": "Triggers after one or more temperatures cross a threshold.",
"fields": {
"behavior": {
"name": "[%key:component::temperature::common::trigger_behavior_name%]"
},
"threshold": {
"name": "[%key:component::temperature::common::trigger_threshold_name%]"
}
},
"name": "Temperature crossed threshold"
}
}
}