Disbale Tfiac integration due invalid wheel (#125692)

This commit is contained in:
Robert Resch 2024-09-10 21:53:04 +02:00 committed by GitHub
parent 9bbd59438e
commit 377ae75e60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 4 deletions

View File

@ -2,6 +2,7 @@
"domain": "tfiac", "domain": "tfiac",
"name": "Tfiac", "name": "Tfiac",
"codeowners": ["@fredrike", "@mellado"], "codeowners": ["@fredrike", "@mellado"],
"disabled": "This integration is disabled because we cannot build a valid wheel.",
"documentation": "https://www.home-assistant.io/integrations/tfiac", "documentation": "https://www.home-assistant.io/integrations/tfiac",
"iot_class": "local_polling", "iot_class": "local_polling",
"requirements": ["pytfiac==0.4"] "requirements": ["pytfiac==0.4"]

View File

@ -2270,9 +2270,6 @@ pytautulli==23.1.1
# homeassistant.components.tedee # homeassistant.components.tedee
pytedee-async==0.2.20 pytedee-async==0.2.20
# homeassistant.components.tfiac
pytfiac==0.4
# homeassistant.components.thinkingcleaner # homeassistant.components.thinkingcleaner
pythinkingcleaner==0.0.3 pythinkingcleaner==0.0.3

View File

@ -165,7 +165,6 @@ EXCEPTIONS = {
"sensirion-ble", # https://github.com/akx/sensirion-ble/pull/9 "sensirion-ble", # https://github.com/akx/sensirion-ble/pull/9
"sharp_aquos_rc", # https://github.com/jmoore987/sharp_aquos_rc/pull/14 "sharp_aquos_rc", # https://github.com/jmoore987/sharp_aquos_rc/pull/14
"tapsaff", # https://github.com/bazwilliams/python-taps-aff/pull/5 "tapsaff", # https://github.com/bazwilliams/python-taps-aff/pull/5
"tellsticknet", # https://github.com/molobrakos/tellsticknet/pull/33
"vincenty", # Public domain "vincenty", # Public domain
"zeversolar", # https://github.com/kvanzuijlen/zeversolar/pull/46 "zeversolar", # https://github.com/kvanzuijlen/zeversolar/pull/46
} }