Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RenierM26 committed Feb 28, 2023
1 parent 99adad1 commit eea0848
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions custom_components/ubersolar/manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"domain": "ubersolar",
"name": "UberSolar",
"version": "0.1.3",
"documentation": "https://www.home-assistant.io/integrations/UberSolar",
"requirements": ["PyUbersolar==0.1.1"],
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"codeowners": ["@RenierM26"],
"bluetooth": [
{
"local_name": "UberSmart_*"
}
],
"codeowners": ["@RenierM26"],
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/UberSolar",
"iot_class": "local_push",
"loggers": ["ubersolar"]
"loggers": ["ubersolar"],
"requirements": ["PyUbersolar==0.1.2"],
"version": "0.1.4"
}

0 comments on commit eea0848

Please sign in to comment.