Skip to content

Commit b45c1c4

Browse files
Remove migration section from ozw (home-assistant#20162)
1 parent dcad6c2 commit b45c1c4

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

source/_integrations/ozw.markdown

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,6 @@ This integration allows you to utilize OpenZWave's ozwdaemon to control a Z-Wave
5454
The secure network key is set in the settings for the ozwdaemon and
5555
not in the integration configuration.
5656

57-
## Migrate from Z-Wave integration
58-
59-
To migrate to the OpenZWave integration from the Z-Wave integration there's a
60-
wizard in the frontend configuration panel of the Z-Wave integration. The wizard
61-
will try to migrate the entity IDs, names, icons and areas of the entities and
62-
devices of your Z-Wave integration to your OpenZWave integration. At the end of
63-
the migration, the Z-Wave integration configuration entry will be removed.
64-
65-
Make sure you take necessary backups, eg a Supervisor backup, before migrating
66-
to be able to restore the Z-Wave integration. The wizard may not be able to
67-
migrate all entity and device information. It will show you what entity and
68-
device information failed to migrate.
69-
7057
## Services
7158

7259
### Service `ozw.add_node`
@@ -131,11 +118,11 @@ This service will set the specified configuration parameter to the value specifi
131118
allow device-specific configurations. Example of this would be setting notification
132119
LED colors on switches.
133120

134-
| Service Data Attribute | Required | Description |
135-
| ---------------------- | -------- | --------------------------------------------------------------------------------------------------------------- |
136-
| `instance_id` | no | The OZW Instance/Controller to use, defaults to 1. |
137-
| `node_id` | yes | Node id of the device to set configuration parameter to (integer). |
138-
| `parameter` | yes | Parameter number to set (integer). |
121+
| Service Data Attribute | Required | Description |
122+
| ---------------------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
123+
| `instance_id` | no | The OZW Instance/Controller to use, defaults to 1. |
124+
| `node_id` | yes | Node id of the device to set configuration parameter to (integer). |
125+
| `parameter` | yes | Parameter number to set (integer). |
139126
| `value` | yes | Value to set for parameter. (String or integer value for list, string or boolean for bool parameters, list of dicts for bitset parameters (see example below), integer for others). |
140127

141128

0 commit comments

Comments
 (0)