mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Remove combined translations / optional markers from Konnected (#72252)
This commit is contained in:
parent
72dbca4f5b
commit
6c4ba07bd1
@ -63,7 +63,7 @@
|
|||||||
"description": "{zone} options",
|
"description": "{zone} options",
|
||||||
"data": {
|
"data": {
|
||||||
"type": "Binary Sensor Type",
|
"type": "Binary Sensor Type",
|
||||||
"name": "[%key:common::config_flow::data::name%] (optional)",
|
"name": "[%key:common::config_flow::data::name%]",
|
||||||
"inverse": "Invert the open/close state"
|
"inverse": "Invert the open/close state"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -72,19 +72,19 @@
|
|||||||
"description": "{zone} options",
|
"description": "{zone} options",
|
||||||
"data": {
|
"data": {
|
||||||
"type": "Sensor Type",
|
"type": "Sensor Type",
|
||||||
"name": "[%key:common::config_flow::data::name%] (optional)",
|
"name": "[%key:common::config_flow::data::name%]",
|
||||||
"poll_interval": "Poll Interval (minutes) (optional)"
|
"poll_interval": "Poll Interval (minutes)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"options_switch": {
|
"options_switch": {
|
||||||
"title": "Configure Switchable Output",
|
"title": "Configure Switchable Output",
|
||||||
"description": "{zone} options: state {state}",
|
"description": "{zone} options: state {state}",
|
||||||
"data": {
|
"data": {
|
||||||
"name": "[%key:common::config_flow::data::name%] (optional)",
|
"name": "[%key:common::config_flow::data::name%]",
|
||||||
"activation": "Output when on",
|
"activation": "Output when on",
|
||||||
"momentary": "Pulse duration (ms) (optional)",
|
"momentary": "Pulse duration (ms)",
|
||||||
"pause": "Pause between pulses (ms) (optional)",
|
"pause": "Pause between pulses (ms)",
|
||||||
"repeat": "Times to repeat (-1=infinite) (optional)",
|
"repeat": "Times to repeat (-1=infinite)",
|
||||||
"more_states": "Configure additional states for this zone"
|
"more_states": "Configure additional states for this zone"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -95,7 +95,7 @@
|
|||||||
"discovery": "Respond to discovery requests on your network",
|
"discovery": "Respond to discovery requests on your network",
|
||||||
"blink": "Blink panel LED on when sending state change",
|
"blink": "Blink panel LED on when sending state change",
|
||||||
"override_api_host": "Override default Home Assistant API host panel URL",
|
"override_api_host": "Override default Home Assistant API host panel URL",
|
||||||
"api_host": "Override API host URL (optional)"
|
"api_host": "Override API host URL"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user