mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Switched from tuyapy to tuyaha as 1st one is not maintained (#24821)
This commit is contained in:
parent
003ca655ee
commit
97ed7fbb3f
@ -46,7 +46,7 @@ CONFIG_SCHEMA = vol.Schema({
|
||||
|
||||
def setup(hass, config):
|
||||
"""Set up Tuya Component."""
|
||||
from tuyapy import TuyaApi
|
||||
from tuyaha import TuyaApi
|
||||
|
||||
tuya = TuyaApi()
|
||||
username = config[DOMAIN][CONF_USERNAME]
|
||||
|
@ -3,7 +3,7 @@
|
||||
"name": "Tuya",
|
||||
"documentation": "https://www.home-assistant.io/components/tuya",
|
||||
"requirements": [
|
||||
"tuyapy==0.1.3"
|
||||
"tuyaha==0.0.1"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
|
@ -1814,7 +1814,7 @@ tplink==0.2.1
|
||||
transmissionrpc==0.11
|
||||
|
||||
# homeassistant.components.tuya
|
||||
tuyapy==0.1.3
|
||||
tuyaha==0.0.1
|
||||
|
||||
# homeassistant.components.twilio
|
||||
twilio==6.19.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user