diff --git a/custom_components/entity_tz/manifest.json b/custom_components/entity_tz/manifest.json index 3edc09c..7c9a18a 100644 --- a/custom_components/entity_tz/manifest.json +++ b/custom_components/entity_tz/manifest.json @@ -4,11 +4,11 @@ "codeowners": ["@pnbruckner"], "config_flow": true, "dependencies": ["zone"], - "documentation": "https://github.com/pnbruckner/ha-entity-tz/blob/1.2.1/README.md", + "documentation": "https://github.com/pnbruckner/ha-entity-tz/blob/1.2.2/README.md", "import_executor": true, "iot_class": "calculated", "issue_tracker": "https://github.com/pnbruckner/ha-entity-tz/issues", "loggers": ["geopy"], "requirements": ["async-lru==2.0.4", "timezonefinder==6.5.3"], - "version": "1.2.1" + "version": "1.2.2" }