Skip to content

Commit

Permalink
Switched from tuyapy to tuyaha as 1st one is not maintained (#24821)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulAnnekov authored and balloob committed Jul 6, 2019
1 parent 003ca65 commit 97ed7fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/tuya/__init__.py
Expand Up @@ -46,7 +46,7 @@

def setup(hass, config):
"""Set up Tuya Component."""
from tuyapy import TuyaApi
from tuyaha import TuyaApi

tuya = TuyaApi()
username = config[DOMAIN][CONF_USERNAME]
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/tuya/manifest.json
Expand Up @@ -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": []
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -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
Expand Down

0 comments on commit 97ed7fb

Please sign in to comment.