home-assistant: update component-packages

authored by Fabian Affolter and committed by Jonathan Ringer 57292d75 8605fbd0

+1 -1
+1 -1
pkgs/servers/home-assistant/component-packages.nix
··· 875 "uk_transport" = ps: with ps; [ ]; 876 "unifi" = ps: with ps; [ aiounifi ]; 877 "unifi_direct" = ps: with ps; [ pexpect ]; 878 - "unifiled" = ps: with ps; [ ]; # missing inputs: unifiled 879 "universal" = ps: with ps; [ ]; 880 "upb" = ps: with ps; [ ]; # missing inputs: upb_lib 881 "upc_connect" = ps: with ps; [ connect-box ];
··· 875 "uk_transport" = ps: with ps; [ ]; 876 "unifi" = ps: with ps; [ aiounifi ]; 877 "unifi_direct" = ps: with ps; [ pexpect ]; 878 + "unifiled" = ps: with ps; [ unifiled ]; 879 "universal" = ps: with ps; [ ]; 880 "upb" = ps: with ps; [ ]; # missing inputs: upb_lib 881 "upc_connect" = ps: with ps; [ connect-box ];