diff --git a/hacs.json b/hacs.json index e241c4d..d391473 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,11 @@ { "name": "Office 365 Integration", + "zip_release": true, + "filename": "o365.zip", "homeassistant": "0.103", + "content_in_root": false, + "domains": ["calendar"], + "iot_class": "Cloud Polling", "persistent_directory": ".O365-token-cache", "render_readme": true }