mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +00:00
Fix sighthound dependency issue (#33010)
This commit is contained in:
parent
62f2ee5f60
commit
9451920ab5
@ -3,6 +3,7 @@
|
|||||||
"name": "Sighthound",
|
"name": "Sighthound",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/sighthound",
|
"documentation": "https://www.home-assistant.io/integrations/sighthound",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
|
"pillow==7.0.0",
|
||||||
"simplehound==0.3"
|
"simplehound==0.3"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
|
@ -1017,6 +1017,7 @@ pilight==0.1.1
|
|||||||
# homeassistant.components.proxy
|
# homeassistant.components.proxy
|
||||||
# homeassistant.components.qrcode
|
# homeassistant.components.qrcode
|
||||||
# homeassistant.components.seven_segments
|
# homeassistant.components.seven_segments
|
||||||
|
# homeassistant.components.sighthound
|
||||||
# homeassistant.components.tensorflow
|
# homeassistant.components.tensorflow
|
||||||
pillow==7.0.0
|
pillow==7.0.0
|
||||||
|
|
||||||
|
@ -371,6 +371,14 @@ pexpect==4.6.0
|
|||||||
# homeassistant.components.pilight
|
# homeassistant.components.pilight
|
||||||
pilight==0.1.1
|
pilight==0.1.1
|
||||||
|
|
||||||
|
# homeassistant.components.doods
|
||||||
|
# homeassistant.components.proxy
|
||||||
|
# homeassistant.components.qrcode
|
||||||
|
# homeassistant.components.seven_segments
|
||||||
|
# homeassistant.components.sighthound
|
||||||
|
# homeassistant.components.tensorflow
|
||||||
|
pillow==7.0.0
|
||||||
|
|
||||||
# homeassistant.components.plex
|
# homeassistant.components.plex
|
||||||
plexapi==3.3.0
|
plexapi==3.3.0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user