Skip to content

Commit

Permalink
fix: removed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
egguy committed Mar 14, 2024
1 parent db230a5 commit d81d827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grottext/ha/mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def make_payload(conf: FakeConf, device: str, key: str, name: Optional[str] = No
device=Device(
identifiers=[device], # Group under a device
name=device,
manufacturer="GrowWatt",
manufacturer="Growatt",
),
value_template=value_template,
expire_after=MQTT_EXPIRE_AFTER,
Expand Down

0 comments on commit d81d827

Please sign in to comment.