Skip to content

Commit

Permalink
updated manifest.json and hacs.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-jung committed Nov 21, 2024
1 parent 1408f1a commit 2d1ac3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions custom_components/ha_departures/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"issue_tracker": "https://github.com/alex-jung/ha-departures/issues",
"dependencies": [],
"config_flow": true,
"codeowners": ["@alex-jung"],
"requirements": []
}
"codeowners": [
"@alex-jung"
],
"iot_class": "cloud_polling",
"requirements": ["pyhafas=0.6.0"],
"version": "0.0.1"
}
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Public Transport Departures",
"hacs": "1.6.0",
"domains": ["binary_sensor", "sensor", "switch"],
"domains": ["sensor"],
"iot_class": "Cloud Polling",
"homeassistant": "0.118.0"
}

0 comments on commit 2d1ac3a

Please sign in to comment.