Skip to content

Commit

Permalink
Fix entity typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndereAndi committed Feb 24, 2024
1 parent 10705c6 commit 40e4dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/commondatatypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ const (
EntityTypeTypeDHWStorage EntityTypeType = "DHWStorage"
EntityTypeTypeDishwasher EntityTypeType = "Dishwasher"
EntityTypeTypeDryer EntityTypeType = "Dryer"
EntityTypeTypeElectricalImmersionheater EntityTypeType = "ElectricalImmersionHeater"
EntityTypeTypeElectricalImmersionHeater EntityTypeType = "ElectricalImmersionHeater"
EntityTypeTypeFan EntityTypeType = "Fan"
EntityTypeTypeGasHeatingAppliance EntityTypeType = "GasHeatingAppliance"
EntityTypeTypeGeneric EntityTypeType = "Generic"
Expand Down

0 comments on commit 40e4dd1

Please sign in to comment.