Skip to content

Commit

Permalink
fix(ui): display toggle to rename Home Assistant entity ID (#2010)
Browse files Browse the repository at this point in the history
  • Loading branch information
danroc committed May 2, 2024
1 parent 580c212 commit 3279bf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/device-control/DeviceControlEditName.tsx
Expand Up @@ -24,6 +24,7 @@ export const DeviceControlEditName = (props: DeviceControlEditNameProps): JSX.El
NiceModal.show(RenameDeviceModal, {
device,
renameDevice,
homeassistantEnabled,
})
}
title={t('rename_device')}
Expand Down

0 comments on commit 3279bf6

Please sign in to comment.