mirror of
https://github.com/home-assistant/core.git
synced 2026-08-14 17:23:33 +01:00
103 lines
3.2 KiB
JSON
103 lines
3.2 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_detected": {
|
|
"description": "Tests if one or more light sensors are detecting light.",
|
|
"fields": {
|
|
"behavior": {
|
|
"name": "[%key:component::illuminance::common::condition_behavior_name%]"
|
|
},
|
|
"for": {
|
|
"name": "[%key:component::illuminance::common::condition_for_name%]"
|
|
}
|
|
},
|
|
"name": "Light level is detected"
|
|
},
|
|
"is_not_detected": {
|
|
"description": "Tests if one or more light sensors are not detecting light.",
|
|
"fields": {
|
|
"behavior": {
|
|
"name": "[%key:component::illuminance::common::condition_behavior_name%]"
|
|
},
|
|
"for": {
|
|
"name": "[%key:component::illuminance::common::condition_for_name%]"
|
|
}
|
|
},
|
|
"name": "Light level is not detected"
|
|
},
|
|
"is_value": {
|
|
"description": "Tests the illuminance of one or more entities.",
|
|
"fields": {
|
|
"behavior": {
|
|
"name": "[%key:component::illuminance::common::condition_behavior_name%]"
|
|
},
|
|
"for": {
|
|
"name": "[%key:component::illuminance::common::condition_for_name%]"
|
|
},
|
|
"threshold": {
|
|
"name": "[%key:component::illuminance::common::condition_threshold_name%]"
|
|
}
|
|
},
|
|
"name": "Illuminance"
|
|
}
|
|
},
|
|
"title": "Illuminance",
|
|
"triggers": {
|
|
"changed": {
|
|
"description": "Triggers when one or more illuminance values change.",
|
|
"fields": {
|
|
"threshold": {
|
|
"name": "[%key:component::illuminance::common::trigger_threshold_name%]"
|
|
}
|
|
},
|
|
"name": "Illuminance changed"
|
|
},
|
|
"cleared": {
|
|
"description": "Triggers when one or more light sensors stop detecting light.",
|
|
"fields": {
|
|
"behavior": {
|
|
"name": "[%key:component::illuminance::common::trigger_behavior_name%]"
|
|
},
|
|
"for": {
|
|
"name": "[%key:component::illuminance::common::trigger_for_name%]"
|
|
}
|
|
},
|
|
"name": "Light level cleared"
|
|
},
|
|
"crossed_threshold": {
|
|
"description": "Triggers when one or more illuminance values cross a threshold.",
|
|
"fields": {
|
|
"behavior": {
|
|
"name": "[%key:component::illuminance::common::trigger_behavior_name%]"
|
|
},
|
|
"for": {
|
|
"name": "[%key:component::illuminance::common::trigger_for_name%]"
|
|
},
|
|
"threshold": {
|
|
"name": "[%key:component::illuminance::common::trigger_threshold_name%]"
|
|
}
|
|
},
|
|
"name": "Illuminance crossed threshold"
|
|
},
|
|
"detected": {
|
|
"description": "Triggers when one or more light sensors start detecting light.",
|
|
"fields": {
|
|
"behavior": {
|
|
"name": "[%key:component::illuminance::common::trigger_behavior_name%]"
|
|
},
|
|
"for": {
|
|
"name": "[%key:component::illuminance::common::trigger_for_name%]"
|
|
}
|
|
},
|
|
"name": "Light level detected"
|
|
}
|
|
}
|
|
}
|