Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
Just to pass hassfest tests
  • Loading branch information
tadasdanielius authored Jul 20, 2023
1 parent ef9f042 commit 8067811
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions custom_components/daikin_altherma/manifest.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"domain": "daikin_altherma",
"name": "Daikin Altherma HVAC",
"codeowners": [
"@tadasdanielius"
],
"config_flow": true,
"documentation": "https://github.com/tadasdanielius/daikin_altherma",
"homekit": {},
"iot_class": "local_polling",
"issue_tracker": "https://github.com/tadasdanielius/daikin_altherma/issues",
"requirements": [
"pyaltherma==0.0.21"
],
"ssdp": [],
"version": "1.3.11",
"zeroconf": [
"_daikin._tcp.local."
],
"homekit": {},
"codeowners": [
"@tadasdanielius"
],
"iot_class": "local_polling",
"version": "1.3.11"
]
}

0 comments on commit 8067811

Please sign in to comment.