Enable back free-mobile (#50802)
parent
2e1037005c
commit
7a60d0eae4
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue