Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dentra committed Jul 11, 2024
1 parent 02fef5d commit 9800def
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions custom_components/pesc/manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
{
"domain": "pesc",
"name": "Pesc",
"config_flow": true,
"documentation": "https://github.com/dentra/ha-pesc",
"issue_tracker": "https://github.com/dentra/ha-pesc/issues",
"codeowners": [
"@dentra"
],
"dependencies": [],
"requirements": [
"numpy"
],
"version": "2023.5.0",
"iot_class": "cloud_polling"
}
"domain": "pesc",
"name": "Pesc",
"config_flow": true,
"documentation": "https://github.com/dentra/ha-pesc",
"issue_tracker": "https://github.com/dentra/ha-pesc/issues",
"codeowners": ["@dentra"],
"dependencies": [],
"requirements": ["numpy"],
"version": "2024.7.0",
"iot_class": "cloud_polling"
}

0 comments on commit 9800def

Please sign in to comment.