diff --git a/homeassistant/components/matter/services.yaml b/homeassistant/components/matter/services.yaml index ff59a7efe63..c72187b2ffe 100644 --- a/homeassistant/components/matter/services.yaml +++ b/homeassistant/components/matter/services.yaml @@ -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: diff --git a/homeassistant/components/matter/strings.json b/homeassistant/components/matter/strings.json index dc5eb30df51..3d5ae9b6a61 100644 --- a/homeassistant/components/matter/strings.json +++ b/homeassistant/components/matter/strings.json @@ -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." + } + } + } } }