Skip to content

Commit

Permalink
rename group to Sensor for ... sensors
Browse files Browse the repository at this point in the history
  • Loading branch information
schmic committed Dec 10, 2023
1 parent 0042398 commit b8bd894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HaPlugin/Actions/SensorCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ private void StatesReady(Object sender, EventArgs e)
{ continue; }

var state = kvp.Value;
this.AddParameter(state.Entity_Id, state.FriendlyName, "Status");
this.AddParameter(state.Entity_Id, state.FriendlyName, "Sensor");
}

PluginLog.Info($"Sensor => {this.GetParameters().Length} found.");
Expand Down

0 comments on commit b8bd894

Please sign in to comment.