Skip to content

Commit

Permalink
Update discovery.py
Browse files Browse the repository at this point in the history
  • Loading branch information
1technophile committed Dec 9, 2023
1 parent 0cca39e commit 67b3f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TheengsGateway/discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def publish_device_info(self, pub_device) -> None: # noqa: ANN001
+ k
+ "/config"
)
device["device"] = hadevice
device["device"] = hadevice # type: ignore[assignment]
self.publish(json.dumps(device), config_topic, retain=True)

self.discovered_entities.append(pub_device_uuid)
Expand Down

0 comments on commit 67b3f13

Please sign in to comment.