From 7a60d0eae41dff307e3378748e057da6e0fddc8a Mon Sep 17 00:00:00 2001 From: Shay Levy Date: Tue, 18 May 2021 06:41:56 +0300 Subject: [PATCH] Enable back free-mobile (#50802) --- homeassistant/components/free_mobile/manifest.json | 5 ++--- homeassistant/components/free_mobile/notify.py | 2 +- requirements_all.txt | 3 +++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/free_mobile/manifest.json b/homeassistant/components/free_mobile/manifest.json index 89a21298a38..7fb7f998643 100644 --- a/homeassistant/components/free_mobile/manifest.json +++ b/homeassistant/components/free_mobile/manifest.json @@ -2,8 +2,7 @@ "domain": "free_mobile", "name": "Free Mobile", "documentation": "https://www.home-assistant.io/integrations/free_mobile", - "requirements": ["freesms==0.1.2"], + "requirements": ["freesms==0.2.0"], "codeowners": [], - "iot_class": "cloud_push", - "disabled": "https://github.com/home-assistant/core/pull/50749" + "iot_class": "cloud_push" } diff --git a/homeassistant/components/free_mobile/notify.py b/homeassistant/components/free_mobile/notify.py index 2cde2dd135e..a4351bfe678 100644 --- a/homeassistant/components/free_mobile/notify.py +++ b/homeassistant/components/free_mobile/notify.py @@ -1,7 +1,7 @@ """Support for Free Mobile SMS platform.""" import logging -from freesms import FreeClient # pylint: disable=import-error +from freesms import FreeClient import voluptuous as vol from homeassistant.components.notify import PLATFORM_SCHEMA, BaseNotificationService diff --git a/requirements_all.txt b/requirements_all.txt index 9c38fa48803..2c427851d01 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -623,6 +623,9 @@ fortiosapi==0.10.8 # homeassistant.components.freebox freebox-api==0.0.10 +# homeassistant.components.free_mobile +freesms==0.2.0 + # homeassistant.components.fritz # homeassistant.components.fritzbox_callmonitor # homeassistant.components.fritzbox_netmonitor