From 377ae75e607d922d29307755157d44019550896b Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Tue, 10 Sep 2024 21:53:04 +0200 Subject: [PATCH] Disbale Tfiac integration due invalid wheel (#125692) --- homeassistant/components/tfiac/manifest.json | 1 + requirements_all.txt | 3 --- script/licenses.py | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/homeassistant/components/tfiac/manifest.json b/homeassistant/components/tfiac/manifest.json index 4cac4807ea4..243710241a2 100644 --- a/homeassistant/components/tfiac/manifest.json +++ b/homeassistant/components/tfiac/manifest.json @@ -2,6 +2,7 @@ "domain": "tfiac", "name": "Tfiac", "codeowners": ["@fredrike", "@mellado"], + "disabled": "This integration is disabled because we cannot build a valid wheel.", "documentation": "https://www.home-assistant.io/integrations/tfiac", "iot_class": "local_polling", "requirements": ["pytfiac==0.4"] diff --git a/requirements_all.txt b/requirements_all.txt index c0a47663b73..cd5804cc0eb 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2270,9 +2270,6 @@ pytautulli==23.1.1 # homeassistant.components.tedee pytedee-async==0.2.20 -# homeassistant.components.tfiac -pytfiac==0.4 - # homeassistant.components.thinkingcleaner pythinkingcleaner==0.0.3 diff --git a/script/licenses.py b/script/licenses.py index 84797372309..a6805b0a3ca 100644 --- a/script/licenses.py +++ b/script/licenses.py @@ -165,7 +165,6 @@ EXCEPTIONS = { "sensirion-ble", # https://github.com/akx/sensirion-ble/pull/9 "sharp_aquos_rc", # https://github.com/jmoore987/sharp_aquos_rc/pull/14 "tapsaff", # https://github.com/bazwilliams/python-taps-aff/pull/5 - "tellsticknet", # https://github.com/molobrakos/tellsticknet/pull/33 "vincenty", # Public domain "zeversolar", # https://github.com/kvanzuijlen/zeversolar/pull/46 }