1 { lib, fetchPypi, buildPythonPackage }:
3 buildPythonPackage rec {
4 # the frontend version corresponding to a specific home-assistant version can be found here
5 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
6 pname = "home-assistant-frontend";
7 version = "20240710.0";
11 inherit version format;
12 pname = "home_assistant_frontend";
15 hash = "sha256-EP4r59sgrLuK+n3ydq4LMCUS4xsT2XYE2OvK9N+Gd+M=";
18 # there is nothing to strip in this package
21 # no Python tests implemented
25 description = "Polymer frontend for Home Assistant";
26 homepage = "https://github.com/home-assistant/home-assistant-polymer";
27 license = licenses.asl20;
28 maintainers = teams.home-assistant.members;