mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 03:03:17 +01:00
Add py_vapid to requirements in HTML5 integration (#163165)
This commit is contained in:
@@ -7,6 +7,6 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/html5",
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["http_ece", "py_vapid", "pywebpush"],
|
||||
"requirements": ["pywebpush==2.3.0"],
|
||||
"requirements": ["pywebpush==2.3.0", "py_vapid==1.9.4"],
|
||||
"single_config_entry": true
|
||||
}
|
||||
|
||||
3
requirements_all.txt
generated
3
requirements_all.txt
generated
@@ -1902,6 +1902,9 @@ pyW800rf32==0.4
|
||||
# homeassistant.components.ccm15
|
||||
py_ccm15==0.1.2
|
||||
|
||||
# homeassistant.components.html5
|
||||
py_vapid==1.9.4
|
||||
|
||||
# homeassistant.components.ads
|
||||
pyads==3.4.0
|
||||
|
||||
|
||||
3
requirements_test_all.txt
generated
3
requirements_test_all.txt
generated
@@ -1636,6 +1636,9 @@ pyW215==0.8.0
|
||||
# homeassistant.components.ccm15
|
||||
py_ccm15==0.1.2
|
||||
|
||||
# homeassistant.components.html5
|
||||
py_vapid==1.9.4
|
||||
|
||||
# homeassistant.components.hisense_aehw4a1
|
||||
pyaehw4a1==0.3.9
|
||||
|
||||
|
||||
Reference in New Issue
Block a user