Skip to content

Commit

Permalink
fix hass friendly name
Browse files Browse the repository at this point in the history
  • Loading branch information
gytisgreitai committed Dec 29, 2021
1 parent 55d19d7 commit 2541fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hass.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def publish_hass_mqtt_discovery(mqtt_client):
continue

payload = {
"name": f"comfoair_{friendly_name}",
"name": f"{friendly_name}",
"state_topic": f"comfoair/status/{id}",
"availability_topic": "comfoair/status",
"platform": "mqtt",
Expand Down

0 comments on commit 2541fbc

Please sign in to comment.