diff --git a/custom_components/petsafe/manifest.json b/custom_components/petsafe/manifest.json index 8c6ae78..aa33766 100644 --- a/custom_components/petsafe/manifest.json +++ b/custom_components/petsafe/manifest.json @@ -1,11 +1,11 @@ { - "version": "1.1.2", + "version": "1.2.0", "domain": "petsafe", "name": "PetSafe", "config_flow": true, "documentation": "https://github.com/dcmeglio/homeassistant-petsafe/blob/master/README", "requirements": [ - "petsafe==1.3" + "petsafe==2.0" ], "issue_tracker": "https://github.com/dcmeglio/homeassistant-petsafe/issues", "ssdp": [],