Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions homeassistant/components/matter/services.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
open_commissioning_window:
name: Open Commissioning Window
description: >
Allow adding one of your devices to another Matter network by opening the commissioning window for this Matter device for 60 seconds.
fields:
device_id:
name: Device
description: The Matter device to add to the other Matter network.
required: true
selector:
device:
Expand Down
12 changes: 12 additions & 0 deletions homeassistant/components/matter/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,17 @@
"name": "Flow"
}
}
},
"services": {
"open_commissioning_window": {
"name": "Open commissioning window",
"description": "Allows adding one of your devices to another Matter network by opening the commissioning window for this Matter device for 60 seconds.",
"fields": {
"device_id": {
"name": "Device",
"description": "The Matter device to add to the other Matter network."
}
}
}
}
}