3
0
Fork 0
forked from mirrors/nixpkgs

home-assistant: add support for html5 notifications

This commit is contained in:
Peter Hoeg 2019-06-07 11:23:11 +08:00
parent 938f13881d
commit 1d88f4223b

View file

@ -302,7 +302,7 @@
"hook" = ps: with ps; [ ];
"horizon" = ps: with ps; [ ];
"hp_ilo" = ps: with ps; [ ];
"html5" = ps: with ps; [ aiohttp-cors ];
"html5" = ps: with ps; [ aiohttp-cors pywebpush ];
"http" = ps: with ps; [ aiohttp-cors ];
"htu21d" = ps: with ps; [ ];
"huawei_lte" = ps: with ps; [ ];