Skip to content

Commit

Permalink
Merge bd40b41 into 06ca82a
Browse files Browse the repository at this point in the history
  • Loading branch information
bramstroker committed Feb 28, 2023
2 parents 06ca82a + bd40b41 commit f72370d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions custom_components/powercalc/manifest.json
@@ -1,8 +1,11 @@
{
"domain": "powercalc",
"name": "Powercalc",
"documentation": "https://github.com/bramstroker/homeassistant-powercalc",
"issue_tracker": "https://github.com/bramstroker/homeassistant-powercalc/issues",
"after_dependencies": [
"integration",
"utility_meter"
],
"codeowners": ["@bramstroker"],
"config_flow": true,
"dependencies": [
"light",
Expand All @@ -11,12 +14,9 @@
"select",
"utility_meter"
],
"after_dependencies": [
"integration",
"utility_meter"
],
"codeowners": ["@bramstroker"],
"documentation": "https://github.com/bramstroker/homeassistant-powercalc",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/bramstroker/homeassistant-powercalc/issues",
"requirements": ["numpy>=1.21.1"],
"version": "0.1.0",
"iot_class": "local_polling"
"version": "0.1.0"
}
6 changes: 3 additions & 3 deletions tests/testing_config/custom_components/test/manifest.json
@@ -1,10 +1,10 @@
{
"domain": "test",
"name": "Test Components",
"iot_class": "assumed_state",
"codeowners": [],
"dependencies": [],
"documentation": "https://example.com",
"iot_class": "assumed_state",
"requirements": [],
"dependencies": [],
"codeowners": [],
"version": "1.2.3"
}

0 comments on commit f72370d

Please sign in to comment.