From bdc1ab2b88cc64cc4bfb7d0c0edbeaa4d41df48f Mon Sep 17 00:00:00 2001 From: David De Sloovere Date: Sat, 15 May 2021 15:55:07 +0200 Subject: [PATCH] Flic bump lib to 2.0.3 (#50483) --- homeassistant/components/flic/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/flic/manifest.json b/homeassistant/components/flic/manifest.json index c7018199d91..7480257fcaa 100644 --- a/homeassistant/components/flic/manifest.json +++ b/homeassistant/components/flic/manifest.json @@ -2,7 +2,7 @@ "domain": "flic", "name": "Flic", "documentation": "https://www.home-assistant.io/integrations/flic", - "requirements": ["pyflic-homeassistant==0.4.dev0"], + "requirements": ["pyflic==2.0.3"], "codeowners": [], "iot_class": "local_push" } diff --git a/requirements_all.txt b/requirements_all.txt index fe368af45cd..3f2941c3210 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1409,7 +1409,7 @@ pyfireservicerota==0.0.40 pyflexit==0.3 # homeassistant.components.flic -pyflic-homeassistant==0.4.dev0 +pyflic==2.0.3 # homeassistant.components.flume pyflume==0.5.5