mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Disbale Tfiac integration due invalid wheel (#125692)
This commit is contained in:
parent
9bbd59438e
commit
377ae75e60
@ -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"]
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user