mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Enable back free-mobile (#50802)
This commit is contained in:
parent
2e1037005c
commit
7a60d0eae4
@ -2,8 +2,7 @@
|
|||||||
"domain": "free_mobile",
|
"domain": "free_mobile",
|
||||||
"name": "Free Mobile",
|
"name": "Free Mobile",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/free_mobile",
|
"documentation": "https://www.home-assistant.io/integrations/free_mobile",
|
||||||
"requirements": ["freesms==0.1.2"],
|
"requirements": ["freesms==0.2.0"],
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push"
|
||||||
"disabled": "https://github.com/home-assistant/core/pull/50749"
|
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
"""Support for Free Mobile SMS platform."""
|
"""Support for Free Mobile SMS platform."""
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
from freesms import FreeClient # pylint: disable=import-error
|
from freesms import FreeClient
|
||||||
import voluptuous as vol
|
import voluptuous as vol
|
||||||
|
|
||||||
from homeassistant.components.notify import PLATFORM_SCHEMA, BaseNotificationService
|
from homeassistant.components.notify import PLATFORM_SCHEMA, BaseNotificationService
|
||||||
|
@ -623,6 +623,9 @@ fortiosapi==0.10.8
|
|||||||
# homeassistant.components.freebox
|
# homeassistant.components.freebox
|
||||||
freebox-api==0.0.10
|
freebox-api==0.0.10
|
||||||
|
|
||||||
|
# homeassistant.components.free_mobile
|
||||||
|
freesms==0.2.0
|
||||||
|
|
||||||
# homeassistant.components.fritz
|
# homeassistant.components.fritz
|
||||||
# homeassistant.components.fritzbox_callmonitor
|
# homeassistant.components.fritzbox_callmonitor
|
||||||
# homeassistant.components.fritzbox_netmonitor
|
# homeassistant.components.fritzbox_netmonitor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user