diff --git a/MyCore/Services/Devices/DeviceService.cs b/MyCore/Services/Devices/DeviceService.cs index 53cb2d8..16d9f89 100644 --- a/MyCore/Services/Devices/DeviceService.cs +++ b/MyCore/Services/Devices/DeviceService.cs @@ -393,6 +393,7 @@ namespace MyCore.Services.Devices DeviceDetailDTO deviceDetailDTO = new DeviceDetailDTO(); deviceDetailDTO.Name = zigbee2MqttDevice.friendly_name; + deviceDetailDTO.NameForAction = zigbee2MqttDevice.friendly_name; deviceDetailDTO.ServiceIdentification = zigbee2MqttDevice.ieee_address; deviceDetailDTO.ProviderId = provider.Id; deviceDetailDTO.ProviderName = provider.Name;