From 9b391c4666f5879cbe220e08d15307352156f8b3 Mon Sep 17 00:00:00 2001 From: Dominick Meglio Date: Sun, 1 Jan 2023 19:53:09 -0500 Subject: [PATCH] Updated version number --- custom_components/petsafe/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": [],