home-assistant-frontend: document home-assistant to home-assistant-frontend package version relationship
This commit is contained in:
parent
465c412b8a
commit
5ed5e6125b
@ -1,6 +1,8 @@
|
|||||||
{ lib, fetchPypi, buildPythonPackage }:
|
{ lib, fetchPypi, buildPythonPackage }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
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";
|
pname = "home-assistant-frontend";
|
||||||
version = "20190919.0";
|
version = "20190919.0";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user