Skip to content

Commit

Permalink
Remove more device names from entities
Browse files Browse the repository at this point in the history
  • Loading branch information
LordMike committed Aug 21, 2023
1 parent f42ef1f commit 0a50d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MBW.Nemlig2MQTT/Service/ApiOperationalContainer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ private ISensorContainer CreateSystemEntities()
.ConfigureSystemDevice()
.ConfigureDiscovery(discovery =>
{
discovery.Name = "Nemlig2MQTT API Operational";
discovery.Name = "API Operational";
discovery.DeviceClass = HassBinarySensorDeviceClass.Problem;
discovery.PayloadOn = ProblemMessage;
Expand Down

0 comments on commit 0a50d4d

Please sign in to comment.