diff --git a/custom_components/entity_tz/manifest.json b/custom_components/entity_tz/manifest.json index cf12c62..11713eb 100644 --- a/custom_components/entity_tz/manifest.json +++ b/custom_components/entity_tz/manifest.json @@ -4,10 +4,10 @@ "codeowners": ["@pnbruckner"], "config_flow": true, "dependencies": ["zone"], - "documentation": "https://github.com/pnbruckner/ha-entity-tz/blob/master/README.md", + "documentation": "https://github.com/pnbruckner/ha-entity-tz/blob/1.0.2/README.md", "iot_class": "calculated", "issue_tracker": "https://github.com/pnbruckner/ha-entity-tz/issues", "loggers": ["geopy"], "requirements": ["async-lru==2.0.4", "timezonefinder==5.2.0"], - "version": "1.0.1" + "version": "1.0.2" }