Wording tweak

Having upgraded to 0.63 I see that it does rename the `zwave.` entity ID
This commit is contained in:
DubhAd 2018-02-23 20:55:06 +00:00 committed by GitHub
parent daa2d1449d
commit 7c151dc28f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ Here is where you [include and exclude](/docs/z-wave/adding/) Z-Wave devices fro
* **Test Node** sends no_op test messages to the node. This could in theory bring back a dead node.
<p class='note warning'>
Since 0.63 and the new entity registry **Rename Node** no longer changes the entity id (just the default *friendly_name* and *old_entity_id* and *new_entity_id attributes). See [this blog post](https://home-assistant.io/blog/2018/02/10/release-63/#entity-registry) for information on the registry and [this issue](https://github.com/home-assistant/home-assistant/issues/12430).
Since 0.63 and the new entity registry **Rename Node** no longer changes the entity id for anything other than the `zwave.` entity for the node (it does change, the default *friendly_name* and *old_entity_id* and *new_entity_id* attributes for all the entities). See [this blog post](https://home-assistant.io/blog/2018/02/10/release-63/#entity-registry) for information on the registry and [this issue](https://github.com/home-assistant/home-assistant/issues/12430).
</p>
<p class='note'>