home-assistant-frontend: document home-assistant to home-assistant-frontend package version relationship

This commit is contained in:
Simon Weber 2019-10-19 18:33:22 +02:00
parent 465c412b8a
commit 5ed5e6125b

View file

@ -1,6 +1,8 @@
{ lib, fetchPypi, buildPythonPackage }:
buildPythonPackage rec {
# the frontend version corresponding to a specific home-assistant version can be found here
# https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
pname = "home-assistant-frontend";
version = "20190919.0";