mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Migrate Matter services to support translations (#96406)
This commit is contained in:
parent
878ed7cf21
commit
6c44783927
@ -1,11 +1,6 @@
|
|||||||
open_commissioning_window:
|
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:
|
fields:
|
||||||
device_id:
|
device_id:
|
||||||
name: Device
|
|
||||||
description: The Matter device to add to the other Matter network.
|
|
||||||
required: true
|
required: true
|
||||||
selector:
|
selector:
|
||||||
device:
|
device:
|
||||||
|
@ -50,5 +50,17 @@
|
|||||||
"name": "Flow"
|
"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."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user