Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cyr-ius committed Aug 23, 2023
1 parent 5095a96 commit bfd137f
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions custom_components/bbox2/manifest.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,17 @@
{
"domain": "bbox2",
"name": "Bouygues Bbox",
"codeowners": [
"@cyr-ius"
],
"codeowners": ["@cyr-ius"],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/cyr-ius/hass-bbox2",
"homekit": {},
"integration_type": "hub",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/cyr-ius/hass-bbox2/issues",
"loggers": [
"bboxpy"
],
"requirements": [
"bboxpy==1.1.4"
],
"loggers": ["bboxpy"],
"requirements": ["bboxpy==1.1.4"],
"ssdp": [],
"zeroconf": [],
"version": "1.0.4"
"version": "1.0.4",
"zeroconf": []
}

0 comments on commit bfd137f

Please sign in to comment.