Skip to content

Commit

Permalink
Fix homeassistant integrations (SynoCommunity#4345)
Browse files Browse the repository at this point in the history
* fix integrations
- add dependencies for IKEA TRÅDFRI
- add dependencies for Apple iCloud
- add dependencies for Minut Point
- Nest cannot be fixed due to cross compile wheel error
  • Loading branch information
hgy59 authored Dec 31, 2020
1 parent 4d89923 commit c7ea42e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion spk/homeassistant/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ WHEELS = src/requirements.txt
MAINTAINER = ymartin59
DESCRIPTION = Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
DISPLAY_NAME = Home Assistant Core
CHANGELOG = "Fix xiaomi device integrations"
CHANGELOG = "Fix integrations: Xiaomi Gateway (Aqara), Xiaomi Miio, Sony PlayStation 4, IKEA TRÅDFRI, Apple iCloud, Minut Point"
RELOAD_UI = yes
STARTABLE = yes

Expand Down
13 changes: 10 additions & 3 deletions spk/homeassistant/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,7 @@ gTTS-token==1.1.3

# homeassistant.components.nest
#google-nest-sdm==0.1.14
#grpcio==1.34.0 # fails to cross-compile wheel

# homeassistant.components.google_travel_time
#googlemaps==2.5.1
Expand Down Expand Up @@ -945,10 +946,10 @@ ua_parser==0.10.0
#keba-kecontact==1.1.0

# homeassistant.scripts.keyring
#keyring==21.2.0
keyring==21.2.0

# homeassistant.scripts.keyring
#keyrings.alt==3.4.0
keyrings.alt==3.4.0

# homeassistant.components.kiwi
#kiwiki-client==0.1.1
Expand Down Expand Up @@ -1540,6 +1541,7 @@ pygatt[GATTTOOL]==4.0.5

# homeassistant.components.icloud
pyicloud==0.9.7
future==0.18.2

# homeassistant.components.insteon
#pyinsteon==1.0.8
Expand Down Expand Up @@ -1711,7 +1713,11 @@ pyotp==2.3.0
#pypjlink2==1.2.1

# homeassistant.components.point
#pypoint==2.0.0
pypoint==2.0.0
Authlib==0.15.2
httpcore==0.12.2
sniffio==1.2.0
rfc3986==1.4.0

# homeassistant.components.profiler
#pyprof2calltree==1.4.5
Expand Down Expand Up @@ -1966,6 +1972,7 @@ python-wink==1.10.5

# homeassistant.components.tradfri
pytradfri[async]==7.0.4
aiocoap==0.4b3

# homeassistant.components.trafikverket_train
# homeassistant.components.trafikverket_weatherstation
Expand Down

0 comments on commit c7ea42e

Please sign in to comment.