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

72 lines
2.6 KiB
JSON

{
"common": {
"condition_behavior_description": "How the temperature should match on the targeted entities.",
"condition_behavior_name": "Behavior",
"condition_threshold_description": "What to test for and threshold values.",
"condition_threshold_name": "Threshold configuration",
"trigger_behavior_description": "The behavior of the targeted entities to trigger on.",
"trigger_behavior_name": "Behavior",
"trigger_threshold_changed_description": "Which changes to trigger on and threshold values.",
"trigger_threshold_crossed_description": "Which threshold crossing to trigger on and threshold values.",
"trigger_threshold_name": "Threshold configuration"
},
"conditions": {
"is_value": {
"description": "Tests the temperature of one or more entities.",
"fields": {
"behavior": {
"description": "[%key:component::temperature::common::condition_behavior_description%]",
"name": "[%key:component::temperature::common::condition_behavior_name%]"
},
"threshold": {
"description": "[%key:component::temperature::common::condition_threshold_description%]",
"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": {
"description": "[%key:component::temperature::common::trigger_threshold_changed_description%]",
"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": {
"description": "[%key:component::temperature::common::trigger_behavior_description%]",
"name": "[%key:component::temperature::common::trigger_behavior_name%]"
},
"threshold": {
"description": "[%key:component::temperature::common::trigger_threshold_crossed_description%]",
"name": "[%key:component::temperature::common::trigger_threshold_name%]"
}
},
"name": "Temperature crossed threshold"
}
}
}