Enable back free-mobile (#50802)

pull/50381/head
Shay Levy 2021-05-18 06:41:56 +03:00 committed by GitHub
parent 2e1037005c
commit 7a60d0eae4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

View File

@ -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"
}

View File

@ -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

View File

@ -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