Skip to content

Commit

Permalink
Update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
JohNan committed Sep 14, 2023
1 parent f3b8882 commit d00d8a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions custom_components/flichub/manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"domain": "flichub",
"name": "Flic Hub",
"documentation": "https://github.com/JohNan/home-assistant-flichub",
"issue_tracker": "https://github.com/JohNan/home-assistant-flichub/issues",
"config_flow": true,
"codeowners": ["@JohNan"],
"requirements": ["pyflichub-tcpclient==0.1.4"],
"loggers": ["pyflichub"],
"config_flow": true,
"dhcp": [
{
"hostname": "flichub",
"macaddress": "76EE2A*"
}
],
"documentation": "https://github.com/JohNan/home-assistant-flichub",
"iot_class": "local_push",
"issue_tracker": "https://github.com/JohNan/home-assistant-flichub/issues",
"loggers": ["pyflichub"],
"requirements": ["pyflichub-tcpclient==0.1.4"],
"version": "v0.0.0"
}

0 comments on commit d00d8a7

Please sign in to comment.