Skip to content

Commit

Permalink
Rename entry to entry_type in device_info (#1531)
Browse files Browse the repository at this point in the history
  • Loading branch information
bieniu committed Sep 18, 2020
1 parent d280374 commit 13e55eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/hacs/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def device_info(self):
"manufacturer": "hacs.xyz",
"model": "",
"sw_version": VERSION,
"type": "service",
"entry_type": "service",
}


Expand Down

0 comments on commit 13e55eb

Please sign in to comment.