Skip to content

Commit

Permalink
Enable back free-mobile (#50802)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecode authored May 18, 2021
1 parent 2e10370 commit 7a60d0e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 2 additions & 3 deletions homeassistant/components/free_mobile/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion homeassistant/components/free_mobile/notify.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a60d0e

Please sign in to comment.