diff --git a/source/_docs/configuration/customizing-devices.markdown b/source/_docs/configuration/customizing-devices.markdown index 53c452358f2..b6cb236fa66 100644 --- a/source/_docs/configuration/customizing-devices.markdown +++ b/source/_docs/configuration/customizing-devices.markdown @@ -9,8 +9,10 @@ You can use the UI to change the entity ID and friendly name of supported entiti 1. Select the entity, either from the frontend or by clicking the info button next to the entity in the Developer Tools "States" tab. 2. Click on the cog icon in the right corner of the entity's dialog +![Entity dialog box.](/images/docs/configuration/customizing-entity-dialog.png) 3. Enter the new name or the new entity ID (remember not to change the domain of the entity - the part before the `.`) -4. Select *Save* +![Settings for entity.](/images/docs/configuration/customizing-entity.png) +4. Select *Update* If your entity is not supported, or you cannot customize what you need via this method, please see below for more options. diff --git a/source/images/docs/configuration/customizing-entity-dialog.png b/source/images/docs/configuration/customizing-entity-dialog.png new file mode 100644 index 00000000000..0526735d7c8 Binary files /dev/null and b/source/images/docs/configuration/customizing-entity-dialog.png differ diff --git a/source/images/docs/configuration/customizing-entity.png b/source/images/docs/configuration/customizing-entity.png new file mode 100644 index 00000000000..85244081353 Binary files /dev/null and b/source/images/docs/configuration/customizing-entity.png differ