Skip to content

Commit

Permalink
fix translation error
Browse files Browse the repository at this point in the history
  • Loading branch information
itchannel committed Aug 3, 2023
1 parent 0ef3341 commit d5c398e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions custom_components/apex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,5 @@ def device_info(self):
"name": f"Apex Controller ({self.coordinator.deviceip})",
"hw_version": self.coordinator.data["system"]["hardware"],
"sw_version": self.coordinator.data["system"]["software"],
"manufacturer": MANUFACTURER,
"test": "TEST"
"manufacturer": MANUFACTURER
}
2 changes: 1 addition & 1 deletion custom_components/apex/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"name": "DID",
"description": "DID of the selected variable or output to modify"
},
"Code": {
"code": {
"name": "Code",
"description": "Code to modify on the variable/output"
}
Expand Down

0 comments on commit d5c398e

Please sign in to comment.