Z-Wave: add required term definitions (#34761)

This commit is contained in:
c0ffeeca7 2024-09-16 15:42:13 +02:00 committed by GitHub
parent df4c6654f3
commit 6d45050acf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,10 +61,11 @@ This sections shows you how to set up a Z-Wave JS server and how to add your fir
Throughout this documentation, Home Assistant terminology is used. For some of the concepts, the terminology does not correspond to the terminology used in Z-Wave documentation. The table below provides equivalents for some of those terms.
| Z-Wave functionality | Home Assistant |
| -------------------- | ------------------------------------------------------ |
| inclusion | add |
| exclusion | remove |
| Z-Wave functionality | Home Assistant | Definition |
| -------------------- | ------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------- |
| inclusion | add | The process of adding a node to the Z-Wave network |
| exclusion | remove | The process of removing a node from the Z-Wave network |
| replication | copy (not supported in Home Assistant) | The process of copying network information from one controller to another. Not supported in Home Assistant. |
| barrier operator | cover |
| window covering | cover |
| multilevel switch | represented by different entity types: light, fan etc. |