mirror of
https://github.com/home-assistant/core.git
synced 2026-06-03 06:04:06 +01:00
05eeb6a1bc
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: frenck <195327+frenck@users.noreply.github.com>
55 lines
1.7 KiB
JSON
55 lines
1.7 KiB
JSON
{
|
|
"common": {
|
|
"condition_behavior_name": "Condition passes if",
|
|
"condition_for_name": "For at least",
|
|
"condition_threshold_name": "Threshold type",
|
|
"trigger_behavior_name": "Trigger when",
|
|
"trigger_for_name": "For at least",
|
|
"trigger_threshold_name": "Threshold type"
|
|
},
|
|
"conditions": {
|
|
"is_value": {
|
|
"description": "Tests if a relative humidity value is above a threshold, below a threshold, or in a range of values.",
|
|
"fields": {
|
|
"behavior": {
|
|
"name": "[%key:component::humidity::common::condition_behavior_name%]"
|
|
},
|
|
"for": {
|
|
"name": "[%key:component::humidity::common::condition_for_name%]"
|
|
},
|
|
"threshold": {
|
|
"name": "[%key:component::humidity::common::condition_threshold_name%]"
|
|
}
|
|
},
|
|
"name": "Relative humidity"
|
|
}
|
|
},
|
|
"title": "Humidity",
|
|
"triggers": {
|
|
"changed": {
|
|
"description": "Triggers after one or more relative humidity values change.",
|
|
"fields": {
|
|
"threshold": {
|
|
"name": "[%key:component::humidity::common::trigger_threshold_name%]"
|
|
}
|
|
},
|
|
"name": "Relative humidity changed"
|
|
},
|
|
"crossed_threshold": {
|
|
"description": "Triggers after one or more relative humidity values cross a threshold.",
|
|
"fields": {
|
|
"behavior": {
|
|
"name": "[%key:component::humidity::common::trigger_behavior_name%]"
|
|
},
|
|
"for": {
|
|
"name": "[%key:component::humidity::common::trigger_for_name%]"
|
|
},
|
|
"threshold": {
|
|
"name": "[%key:component::humidity::common::trigger_threshold_name%]"
|
|
}
|
|
},
|
|
"name": "Relative humidity crossed threshold"
|
|
}
|
|
}
|
|
}
|