1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Remove sms integration (#155460)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Robert Resch
2025-10-29 23:21:02 +01:00
committed by GitHub
parent 5c96b11479
commit 6088f5eef5
23 changed files with 3 additions and 1071 deletions

View File

@@ -31,7 +31,6 @@ EXCLUDED_REQUIREMENTS_ALL = {
"face-recognition",
"pybluez",
"pycups",
"python-gammu",
"python-lirc",
"pyuserinput",
}
@@ -41,7 +40,6 @@ EXCLUDED_REQUIREMENTS_ALL = {
INCLUDED_REQUIREMENTS_WHEELS = {
"evdev",
"pycups",
"python-gammu",
"pyuserinput",
}
@@ -55,7 +53,7 @@ INCLUDED_REQUIREMENTS_WHEELS = {
OVERRIDDEN_REQUIREMENTS_ACTIONS = {
"pytest": {
"exclude": set(),
"include": {"python-gammu"},
"include": set(),
"markers": {},
},
"wheels_aarch64": {