├── .devcontainer.json ├── .github ├── dependabot.yml ├── release-drafter.yml └── workflows │ ├── builder.yml │ ├── golangci-lint.yml │ ├── hadolint.yml │ ├── release-drafter.yml │ └── update_frontend.yml ├── .gitignore ├── .ha-frontend-version ├── .hadolint.yaml ├── Dockerfile ├── LICENSE ├── README.md ├── go.mod ├── go.sum ├── http.go ├── main.go ├── mdns.go └── rootfs └── usr └── share └── www ├── frontend_es5 ├── 107.8d81acdc6236387c.js ├── 107.8d81acdc6236387c.js.map ├── 120.8b9e958502305a9f.js ├── 120.8b9e958502305a9f.js.map ├── 166.3af601f83f3d7f7c.js ├── 166.3af601f83f3d7f7c.js.map ├── 362.c95ed85ee5167e40.js ├── 362.c95ed85ee5167e40.js.map ├── 407.ad8fb15e1f9b8dd4.js ├── 407.ad8fb15e1f9b8dd4.js.map ├── 475.f5eb1ba0776c333e.js ├── 475.f5eb1ba0776c333e.js.map ├── 486.389fb235fe69fff2.js ├── 486.389fb235fe69fff2.js.LICENSE.txt ├── 486.389fb235fe69fff2.js.map ├── 517.6e51d35af3d7393c.js ├── 517.6e51d35af3d7393c.js.map ├── 522.d231891c02098c4a.js ├── 522.d231891c02098c4a.js.LICENSE.txt ├── 522.d231891c02098c4a.js.map ├── 568.0368f09643bf4dc8.js ├── 568.0368f09643bf4dc8.js.map ├── 679.7d6ab6a35d5d54da.js ├── 679.7d6ab6a35d5d54da.js.map ├── 696.8443dd83b45aa8cd.js ├── 696.8443dd83b45aa8cd.js.LICENSE.txt ├── 696.8443dd83b45aa8cd.js.map ├── 721.c966eab22e606bd7.js ├── 721.c966eab22e606bd7.js.map ├── 726.1cbfbc78d4463a33.js ├── 726.1cbfbc78d4463a33.js.map ├── 748.362205b0b2cb041b.js ├── 748.362205b0b2cb041b.js.LICENSE.txt ├── 748.362205b0b2cb041b.js.map ├── 754.cef5f76827b0abc5.js ├── 754.cef5f76827b0abc5.js.map ├── 776.eabb87ea7155a0dd.js ├── 776.eabb87ea7155a0dd.js.map ├── 814.8efa7decc5ffc247.js ├── 814.8efa7decc5ffc247.js.map ├── 835.1e2f1836178a13a8.js ├── 835.1e2f1836178a13a8.js.map ├── 861.36abbccdbb163b2d.js ├── 861.36abbccdbb163b2d.js.LICENSE.txt ├── 861.36abbccdbb163b2d.js.map ├── 879.3d75120f948ce484.js ├── 879.3d75120f948ce484.js.map ├── 931.35f2c39f297e6243.js ├── 931.35f2c39f297e6243.js.LICENSE.txt ├── 931.35f2c39f297e6243.js.map ├── 944.b8c13c0a5006d0b0.js ├── 944.b8c13c0a5006d0b0.js.map ├── 951.de3ee9c299495d10.js ├── 951.de3ee9c299495d10.js.map ├── 968.7f31daa31a5997bc.js ├── 968.7f31daa31a5997bc.js.map ├── 979.9acaa0c324726098.js ├── 979.9acaa0c324726098.js.map ├── 988.33db2bfd948cf87e.js ├── 988.33db2bfd948cf87e.js.LICENSE.txt ├── 988.33db2bfd948cf87e.js.map ├── entrypoint.f821c2dda6a751d8.js ├── entrypoint.f821c2dda6a751d8.js.LICENSE.txt ├── entrypoint.f821c2dda6a751d8.js.map └── manifest.json ├── frontend_latest ├── 107.1bfabfe5af1f74ad.js ├── 107.1bfabfe5af1f74ad.js.map ├── 120.d661c8e65bb06712.js ├── 120.d661c8e65bb06712.js.map ├── 166.7e97754f95ab5432.js ├── 166.7e97754f95ab5432.js.map ├── 195.c0f8250d14a27721.js ├── 195.c0f8250d14a27721.js.map ├── 362.d2fef18810514f15.js ├── 362.d2fef18810514f15.js.map ├── 407.9ae7c3f571ddad7d.js ├── 407.9ae7c3f571ddad7d.js.map ├── 475.6fc2a3e4db20afae.js ├── 475.6fc2a3e4db20afae.js.map ├── 486.7649018b488867eb.js ├── 486.7649018b488867eb.js.LICENSE.txt ├── 486.7649018b488867eb.js.map ├── 517.31cfc0be81b8adf9.js ├── 517.31cfc0be81b8adf9.js.map ├── 522.623e4024fe539741.js ├── 522.623e4024fe539741.js.LICENSE.txt ├── 522.623e4024fe539741.js.map ├── 568.d147d8375feb2c8d.js ├── 568.d147d8375feb2c8d.js.map ├── 679.e47be10aefa45b63.js ├── 679.e47be10aefa45b63.js.map ├── 696.4efe05e92da0aa5b.js ├── 696.4efe05e92da0aa5b.js.LICENSE.txt ├── 696.4efe05e92da0aa5b.js.map ├── 721.fb9fd80cdba9c665.js ├── 721.fb9fd80cdba9c665.js.map ├── 726.9f541350dc7aba8d.js ├── 726.9f541350dc7aba8d.js.map ├── 748.64b38e8bd1377ad4.js ├── 748.64b38e8bd1377ad4.js.LICENSE.txt ├── 748.64b38e8bd1377ad4.js.map ├── 754.f4ff6ea50c94051b.js ├── 754.f4ff6ea50c94051b.js.map ├── 776.66b066851edfec80.js ├── 776.66b066851edfec80.js.map ├── 814.0308d7abe08feda4.js ├── 814.0308d7abe08feda4.js.map ├── 835.e210c89bfb177502.js ├── 835.e210c89bfb177502.js.map ├── 861.e78389e1057528c3.js ├── 861.e78389e1057528c3.js.LICENSE.txt ├── 861.e78389e1057528c3.js.map ├── 879.65c6002ebd3d9b67.js ├── 879.65c6002ebd3d9b67.js.map ├── 951.555f0a8227f5a0dc.js ├── 951.555f0a8227f5a0dc.js.map ├── 968.0c13abe8d2b8a679.js ├── 968.0c13abe8d2b8a679.js.map ├── 979.d8054b9c5a82f378.js ├── 979.d8054b9c5a82f378.js.map ├── 988.14b1cbc639c5f4c7.js ├── 988.14b1cbc639c5f4c7.js.LICENSE.txt ├── 988.14b1cbc639c5f4c7.js.map ├── entrypoint.cdeb7301bbc97dca.js ├── entrypoint.cdeb7301bbc97dca.js.LICENSE.txt ├── entrypoint.cdeb7301bbc97dca.js.map └── manifest.json ├── index.html └── static ├── fonts └── roboto │ ├── Roboto-Black.woff2 │ ├── Roboto-BlackItalic.woff2 │ ├── Roboto-Bold.woff2 │ ├── Roboto-BoldItalic.woff2 │ ├── Roboto-Light.woff2 │ ├── Roboto-LightItalic.woff2 │ ├── Roboto-Medium.woff2 │ ├── Roboto-MediumItalic.woff2 │ ├── Roboto-Regular.woff2 │ ├── Roboto-RegularItalic.woff2 │ ├── Roboto-Thin.woff2 │ └── Roboto-ThinItalic.woff2 ├── icons ├── favicon-192x192.png ├── favicon.ico ├── logo_ohf.svg └── ohf.svg ├── images ├── appstore.svg ├── logo_discord.png ├── logo_mastodon.svg ├── logo_x.svg ├── playstore.svg ├── qr-appstore.svg └── qr-playstore.svg └── translations ├── af-8cfeee1460744947b73d0c21315ffc17.json ├── ar-d2c5a3b730c39b7c38c56e95156cd295.json ├── bg-fe47c7e6c52d869d9978641032fd6fd6.json ├── bn-9fdd8aa7e2c7f835178379139e3a1d2c.json ├── bs-edae5711a74e9649958b145f52c40abe.json ├── ca-fb9202fed231bffdae320c57bc7409a8.json ├── cs-454875232a7591b70565b5f5ba0d865e.json ├── cy-436bcb496c36dee6aa2a538227745f97.json ├── da-b58819c0340d113a94983a8b4283a8ab.json ├── de-3ec095a3d11142e06c461ef174847fe7.json ├── el-6eb7d31b52943d6a99eed3da778132ea.json ├── en-9f8bf7fa59c9365c18926c3480483dfb.json ├── en-GB-2c17c9a78ef95af656f45d1cfbcd2677.json ├── eo-48d0cd8e6e5b6d1f04a0bedfd3a765e2.json ├── es-419-903a327384875e279912777eb448ef02.json ├── es-e94156d17210b9942204eb5dc7df75d5.json ├── et-2ea27858299f3e28d29d29ca8a70342f.json ├── eu-81512eac0143fd028fd14a7f45d4f921.json ├── fa-ed4c6ab3d08a50954d11d0c1cfde6ba5.json ├── fi-2ea8625f4e486edb6bc8d7b1762d4fc1.json ├── fr-7867647b669009e8e360f5949a9911a3.json ├── fy-32fa5a24b6c209e69b4fb6f5d63ef623.json ├── ga-1b7247453638802bfc010d0b4302e8de.json ├── gl-80bff747027dfc33536fd762dca4b409.json ├── gsw-66f9992bcea8708584420aba4494e25e.json ├── he-eff7b2597f64753cb6d4bc6092bb7084.json ├── hi-90e6499b659fef74477a8f6c56b58576.json ├── hr-c70a52aa0da8bdcadacb84367f1b53f1.json ├── hu-dd9a1909c9bdf5339cbf33db41594e83.json ├── hy-7b4ad1317083ea0b370913a8297639a3.json ├── id-0d286bd9d0b058d6558d28338a2b87d6.json ├── is-02425caafb485998b4248e6a64b137af.json ├── it-8132a67f1a342466baa5cb543f596240.json ├── ja-5cad3670e16a1e9f61818f0d0f85532c.json ├── ka-4e398c1a0a133ba39bef55cbc011a348.json ├── ko-cbf73b2e32b1ab2d72aa51adf50b41b5.json ├── lb-c7ac0a8d3ba2fc63f0222d3bde39899f.json ├── lt-b52817ed5060107c8509462be75134b0.json ├── lv-bac22659880589c959c48fc6c6e3c315.json ├── mk-56888d9158e5cc73f630e0af39030164.json ├── ml-ae67446bb28de9f1d5d814b467679c6e.json ├── nb-1f230bfa5fb3e43ff941b11c1a509172.json ├── ne-d632cadb2b689d87640108d0777ffdb7.json ├── nl-3341608b11c9bc4caa4e3aa876c113b3.json ├── nn-67d7f1ab25b2924cde5fa8c2fa244e88.json ├── no-09855fb929c3532d6028461cf0daf138.json ├── pl-1d12e9440de96c438ac9a911f15078dc.json ├── pt-3016428dced662fc4dc7463de07c4392.json ├── pt-BR-da3948dcfa8610bf04e5ec52ab3ef47c.json ├── ro-0cf2050b70c475f26ec82779bab899a5.json ├── ru-6d5d2011f5aa46c5477f3324012ad9c0.json ├── sk-49f57246d612428a15f8a3c8db0fac00.json ├── sl-d224f784896f2face11597a05c9734ac.json ├── sq-34df1ff6a692c755d8757a9dc489de7a.json ├── sr-83f6ac158b45b858f582b7042f00e64a.json ├── sr-Latn-00fe02646fa31ece609edd9979fb2804.json ├── sv-02c187ec03d864f8421a41557bb9091d.json ├── ta-39655047eea60bb1e3871a4b1cbb9fd7.json ├── te-3b14ea67d8bf6d8c2a35757ca18d7fc6.json ├── th-ed8d0afc1a0c22395cb2220e3a83d3f1.json ├── tr-cbbfc0559311c3b8dcfd7bde11dff14f.json ├── uk-a50826c68ffba89d77ea9c13ebfcd08d.json ├── ur-c9db97bd661e73d227e472bfa71b1062.json ├── vi-abe04ca8ff0e6e6e53b9e3f353505666.json ├── zh-Hans-f4b7fcc9540aefae4ef9a016c40bd0b4.json └── zh-Hant-fa5ae08436cdb44b0bff22357c29a4b9.json /.devcontainer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/.devcontainer.json -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/release-drafter.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/.github/release-drafter.yml -------------------------------------------------------------------------------- /.github/workflows/builder.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/.github/workflows/builder.yml -------------------------------------------------------------------------------- /.github/workflows/golangci-lint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/.github/workflows/golangci-lint.yml -------------------------------------------------------------------------------- /.github/workflows/hadolint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/.github/workflows/hadolint.yml -------------------------------------------------------------------------------- /.github/workflows/release-drafter.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/.github/workflows/release-drafter.yml -------------------------------------------------------------------------------- /.github/workflows/update_frontend.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/.github/workflows/update_frontend.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/.gitignore -------------------------------------------------------------------------------- /.ha-frontend-version: -------------------------------------------------------------------------------- 1 | 20250811.0 2 | -------------------------------------------------------------------------------- /.hadolint.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/.hadolint.yaml -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/README.md -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/go.sum -------------------------------------------------------------------------------- /http.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/http.go -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/main.go -------------------------------------------------------------------------------- /mdns.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/mdns.go -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/107.8d81acdc6236387c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/107.8d81acdc6236387c.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/107.8d81acdc6236387c.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/107.8d81acdc6236387c.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/120.8b9e958502305a9f.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/120.8b9e958502305a9f.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/120.8b9e958502305a9f.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/120.8b9e958502305a9f.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/166.3af601f83f3d7f7c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/166.3af601f83f3d7f7c.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/166.3af601f83f3d7f7c.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/166.3af601f83f3d7f7c.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/362.c95ed85ee5167e40.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/362.c95ed85ee5167e40.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/362.c95ed85ee5167e40.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/362.c95ed85ee5167e40.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/407.ad8fb15e1f9b8dd4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/407.ad8fb15e1f9b8dd4.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/407.ad8fb15e1f9b8dd4.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/407.ad8fb15e1f9b8dd4.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/475.f5eb1ba0776c333e.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/475.f5eb1ba0776c333e.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/475.f5eb1ba0776c333e.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/475.f5eb1ba0776c333e.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/486.389fb235fe69fff2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/486.389fb235fe69fff2.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/486.389fb235fe69fff2.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/486.389fb235fe69fff2.js.LICENSE.txt -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/486.389fb235fe69fff2.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/486.389fb235fe69fff2.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/517.6e51d35af3d7393c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/517.6e51d35af3d7393c.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/517.6e51d35af3d7393c.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/517.6e51d35af3d7393c.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/522.d231891c02098c4a.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/522.d231891c02098c4a.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/522.d231891c02098c4a.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/522.d231891c02098c4a.js.LICENSE.txt -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/522.d231891c02098c4a.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/522.d231891c02098c4a.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/568.0368f09643bf4dc8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/568.0368f09643bf4dc8.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/568.0368f09643bf4dc8.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/568.0368f09643bf4dc8.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/679.7d6ab6a35d5d54da.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/679.7d6ab6a35d5d54da.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/679.7d6ab6a35d5d54da.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/679.7d6ab6a35d5d54da.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/696.8443dd83b45aa8cd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/696.8443dd83b45aa8cd.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/696.8443dd83b45aa8cd.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/696.8443dd83b45aa8cd.js.LICENSE.txt -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/696.8443dd83b45aa8cd.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/696.8443dd83b45aa8cd.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/721.c966eab22e606bd7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/721.c966eab22e606bd7.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/721.c966eab22e606bd7.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/721.c966eab22e606bd7.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/726.1cbfbc78d4463a33.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/726.1cbfbc78d4463a33.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/726.1cbfbc78d4463a33.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/726.1cbfbc78d4463a33.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/748.362205b0b2cb041b.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/748.362205b0b2cb041b.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/748.362205b0b2cb041b.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/748.362205b0b2cb041b.js.LICENSE.txt -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/748.362205b0b2cb041b.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/748.362205b0b2cb041b.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/754.cef5f76827b0abc5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/754.cef5f76827b0abc5.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/754.cef5f76827b0abc5.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/754.cef5f76827b0abc5.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/776.eabb87ea7155a0dd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/776.eabb87ea7155a0dd.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/776.eabb87ea7155a0dd.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/776.eabb87ea7155a0dd.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/814.8efa7decc5ffc247.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/814.8efa7decc5ffc247.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/814.8efa7decc5ffc247.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/814.8efa7decc5ffc247.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/835.1e2f1836178a13a8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/835.1e2f1836178a13a8.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/835.1e2f1836178a13a8.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/835.1e2f1836178a13a8.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/861.36abbccdbb163b2d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/861.36abbccdbb163b2d.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/861.36abbccdbb163b2d.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/861.36abbccdbb163b2d.js.LICENSE.txt -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/861.36abbccdbb163b2d.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/861.36abbccdbb163b2d.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/879.3d75120f948ce484.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/879.3d75120f948ce484.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/879.3d75120f948ce484.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/879.3d75120f948ce484.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/931.35f2c39f297e6243.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/931.35f2c39f297e6243.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/931.35f2c39f297e6243.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/931.35f2c39f297e6243.js.LICENSE.txt -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/931.35f2c39f297e6243.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/931.35f2c39f297e6243.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/944.b8c13c0a5006d0b0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/944.b8c13c0a5006d0b0.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/944.b8c13c0a5006d0b0.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/944.b8c13c0a5006d0b0.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/951.de3ee9c299495d10.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/951.de3ee9c299495d10.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/951.de3ee9c299495d10.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/951.de3ee9c299495d10.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/968.7f31daa31a5997bc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/968.7f31daa31a5997bc.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/968.7f31daa31a5997bc.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/968.7f31daa31a5997bc.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/979.9acaa0c324726098.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/979.9acaa0c324726098.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/979.9acaa0c324726098.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/979.9acaa0c324726098.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/988.33db2bfd948cf87e.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/988.33db2bfd948cf87e.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/988.33db2bfd948cf87e.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/988.33db2bfd948cf87e.js.LICENSE.txt -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/988.33db2bfd948cf87e.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/988.33db2bfd948cf87e.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/entrypoint.f821c2dda6a751d8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/entrypoint.f821c2dda6a751d8.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/entrypoint.f821c2dda6a751d8.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/entrypoint.f821c2dda6a751d8.js.LICENSE.txt -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/entrypoint.f821c2dda6a751d8.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/entrypoint.f821c2dda6a751d8.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_es5/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_es5/manifest.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/107.1bfabfe5af1f74ad.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/107.1bfabfe5af1f74ad.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/107.1bfabfe5af1f74ad.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/107.1bfabfe5af1f74ad.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/120.d661c8e65bb06712.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/120.d661c8e65bb06712.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/120.d661c8e65bb06712.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/120.d661c8e65bb06712.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/166.7e97754f95ab5432.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/166.7e97754f95ab5432.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/166.7e97754f95ab5432.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/166.7e97754f95ab5432.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/195.c0f8250d14a27721.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/195.c0f8250d14a27721.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/195.c0f8250d14a27721.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/195.c0f8250d14a27721.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/362.d2fef18810514f15.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/362.d2fef18810514f15.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/362.d2fef18810514f15.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/362.d2fef18810514f15.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/407.9ae7c3f571ddad7d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/407.9ae7c3f571ddad7d.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/407.9ae7c3f571ddad7d.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/407.9ae7c3f571ddad7d.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/475.6fc2a3e4db20afae.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/475.6fc2a3e4db20afae.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/475.6fc2a3e4db20afae.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/475.6fc2a3e4db20afae.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/486.7649018b488867eb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/486.7649018b488867eb.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/486.7649018b488867eb.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/486.7649018b488867eb.js.LICENSE.txt -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/486.7649018b488867eb.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/486.7649018b488867eb.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/517.31cfc0be81b8adf9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/517.31cfc0be81b8adf9.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/517.31cfc0be81b8adf9.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/517.31cfc0be81b8adf9.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/522.623e4024fe539741.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/522.623e4024fe539741.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/522.623e4024fe539741.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/522.623e4024fe539741.js.LICENSE.txt -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/522.623e4024fe539741.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/522.623e4024fe539741.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/568.d147d8375feb2c8d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/568.d147d8375feb2c8d.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/568.d147d8375feb2c8d.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/568.d147d8375feb2c8d.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/679.e47be10aefa45b63.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/679.e47be10aefa45b63.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/679.e47be10aefa45b63.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/679.e47be10aefa45b63.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/696.4efe05e92da0aa5b.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/696.4efe05e92da0aa5b.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/696.4efe05e92da0aa5b.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/696.4efe05e92da0aa5b.js.LICENSE.txt -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/696.4efe05e92da0aa5b.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/696.4efe05e92da0aa5b.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/721.fb9fd80cdba9c665.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/721.fb9fd80cdba9c665.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/721.fb9fd80cdba9c665.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/721.fb9fd80cdba9c665.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/726.9f541350dc7aba8d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/726.9f541350dc7aba8d.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/726.9f541350dc7aba8d.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/726.9f541350dc7aba8d.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/748.64b38e8bd1377ad4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/748.64b38e8bd1377ad4.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/748.64b38e8bd1377ad4.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/748.64b38e8bd1377ad4.js.LICENSE.txt -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/748.64b38e8bd1377ad4.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/748.64b38e8bd1377ad4.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/754.f4ff6ea50c94051b.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/754.f4ff6ea50c94051b.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/754.f4ff6ea50c94051b.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/754.f4ff6ea50c94051b.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/776.66b066851edfec80.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/776.66b066851edfec80.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/776.66b066851edfec80.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/776.66b066851edfec80.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/814.0308d7abe08feda4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/814.0308d7abe08feda4.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/814.0308d7abe08feda4.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/814.0308d7abe08feda4.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/835.e210c89bfb177502.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/835.e210c89bfb177502.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/835.e210c89bfb177502.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/835.e210c89bfb177502.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/861.e78389e1057528c3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/861.e78389e1057528c3.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/861.e78389e1057528c3.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/861.e78389e1057528c3.js.LICENSE.txt -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/861.e78389e1057528c3.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/861.e78389e1057528c3.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/879.65c6002ebd3d9b67.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/879.65c6002ebd3d9b67.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/879.65c6002ebd3d9b67.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/879.65c6002ebd3d9b67.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/951.555f0a8227f5a0dc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/951.555f0a8227f5a0dc.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/951.555f0a8227f5a0dc.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/951.555f0a8227f5a0dc.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/968.0c13abe8d2b8a679.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/968.0c13abe8d2b8a679.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/968.0c13abe8d2b8a679.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/968.0c13abe8d2b8a679.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/979.d8054b9c5a82f378.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/979.d8054b9c5a82f378.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/979.d8054b9c5a82f378.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/979.d8054b9c5a82f378.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/988.14b1cbc639c5f4c7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/988.14b1cbc639c5f4c7.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/988.14b1cbc639c5f4c7.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/988.14b1cbc639c5f4c7.js.LICENSE.txt -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/988.14b1cbc639c5f4c7.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/988.14b1cbc639c5f4c7.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/entrypoint.cdeb7301bbc97dca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/entrypoint.cdeb7301bbc97dca.js -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/entrypoint.cdeb7301bbc97dca.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/entrypoint.cdeb7301bbc97dca.js.LICENSE.txt -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/entrypoint.cdeb7301bbc97dca.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/entrypoint.cdeb7301bbc97dca.js.map -------------------------------------------------------------------------------- /rootfs/usr/share/www/frontend_latest/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/frontend_latest/manifest.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/index.html -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/fonts/roboto/Roboto-Black.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/fonts/roboto/Roboto-Black.woff2 -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/fonts/roboto/Roboto-BlackItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/fonts/roboto/Roboto-BlackItalic.woff2 -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/fonts/roboto/Roboto-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/fonts/roboto/Roboto-Bold.woff2 -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/fonts/roboto/Roboto-BoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/fonts/roboto/Roboto-BoldItalic.woff2 -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/fonts/roboto/Roboto-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/fonts/roboto/Roboto-Light.woff2 -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/fonts/roboto/Roboto-LightItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/fonts/roboto/Roboto-LightItalic.woff2 -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/fonts/roboto/Roboto-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/fonts/roboto/Roboto-Medium.woff2 -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/fonts/roboto/Roboto-MediumItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/fonts/roboto/Roboto-MediumItalic.woff2 -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/fonts/roboto/Roboto-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/fonts/roboto/Roboto-Regular.woff2 -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/fonts/roboto/Roboto-RegularItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/fonts/roboto/Roboto-RegularItalic.woff2 -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/fonts/roboto/Roboto-Thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/fonts/roboto/Roboto-Thin.woff2 -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/fonts/roboto/Roboto-ThinItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/fonts/roboto/Roboto-ThinItalic.woff2 -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/icons/favicon-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/icons/favicon-192x192.png -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/icons/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/icons/favicon.ico -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/icons/logo_ohf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/icons/logo_ohf.svg -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/icons/ohf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/icons/ohf.svg -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/images/appstore.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/images/appstore.svg -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/images/logo_discord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/images/logo_discord.png -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/images/logo_mastodon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/images/logo_mastodon.svg -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/images/logo_x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/images/logo_x.svg -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/images/playstore.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/images/playstore.svg -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/images/qr-appstore.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/images/qr-appstore.svg -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/images/qr-playstore.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/images/qr-playstore.svg -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/af-8cfeee1460744947b73d0c21315ffc17.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/af-8cfeee1460744947b73d0c21315ffc17.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/ar-d2c5a3b730c39b7c38c56e95156cd295.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/ar-d2c5a3b730c39b7c38c56e95156cd295.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/bg-fe47c7e6c52d869d9978641032fd6fd6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/bg-fe47c7e6c52d869d9978641032fd6fd6.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/bn-9fdd8aa7e2c7f835178379139e3a1d2c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/bn-9fdd8aa7e2c7f835178379139e3a1d2c.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/bs-edae5711a74e9649958b145f52c40abe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/bs-edae5711a74e9649958b145f52c40abe.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/ca-fb9202fed231bffdae320c57bc7409a8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/ca-fb9202fed231bffdae320c57bc7409a8.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/cs-454875232a7591b70565b5f5ba0d865e.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/cs-454875232a7591b70565b5f5ba0d865e.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/cy-436bcb496c36dee6aa2a538227745f97.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/cy-436bcb496c36dee6aa2a538227745f97.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/da-b58819c0340d113a94983a8b4283a8ab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/da-b58819c0340d113a94983a8b4283a8ab.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/de-3ec095a3d11142e06c461ef174847fe7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/de-3ec095a3d11142e06c461ef174847fe7.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/el-6eb7d31b52943d6a99eed3da778132ea.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/el-6eb7d31b52943d6a99eed3da778132ea.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/en-9f8bf7fa59c9365c18926c3480483dfb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/en-9f8bf7fa59c9365c18926c3480483dfb.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/en-GB-2c17c9a78ef95af656f45d1cfbcd2677.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/en-GB-2c17c9a78ef95af656f45d1cfbcd2677.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/eo-48d0cd8e6e5b6d1f04a0bedfd3a765e2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/eo-48d0cd8e6e5b6d1f04a0bedfd3a765e2.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/es-419-903a327384875e279912777eb448ef02.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/es-419-903a327384875e279912777eb448ef02.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/es-e94156d17210b9942204eb5dc7df75d5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/es-e94156d17210b9942204eb5dc7df75d5.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/et-2ea27858299f3e28d29d29ca8a70342f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/et-2ea27858299f3e28d29d29ca8a70342f.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/eu-81512eac0143fd028fd14a7f45d4f921.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/eu-81512eac0143fd028fd14a7f45d4f921.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/fa-ed4c6ab3d08a50954d11d0c1cfde6ba5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/fa-ed4c6ab3d08a50954d11d0c1cfde6ba5.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/fi-2ea8625f4e486edb6bc8d7b1762d4fc1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/fi-2ea8625f4e486edb6bc8d7b1762d4fc1.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/fr-7867647b669009e8e360f5949a9911a3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/fr-7867647b669009e8e360f5949a9911a3.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/fy-32fa5a24b6c209e69b4fb6f5d63ef623.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/fy-32fa5a24b6c209e69b4fb6f5d63ef623.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/ga-1b7247453638802bfc010d0b4302e8de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/ga-1b7247453638802bfc010d0b4302e8de.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/gl-80bff747027dfc33536fd762dca4b409.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/gl-80bff747027dfc33536fd762dca4b409.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/gsw-66f9992bcea8708584420aba4494e25e.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/gsw-66f9992bcea8708584420aba4494e25e.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/he-eff7b2597f64753cb6d4bc6092bb7084.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/he-eff7b2597f64753cb6d4bc6092bb7084.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/hi-90e6499b659fef74477a8f6c56b58576.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/hi-90e6499b659fef74477a8f6c56b58576.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/hr-c70a52aa0da8bdcadacb84367f1b53f1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/hr-c70a52aa0da8bdcadacb84367f1b53f1.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/hu-dd9a1909c9bdf5339cbf33db41594e83.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/hu-dd9a1909c9bdf5339cbf33db41594e83.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/hy-7b4ad1317083ea0b370913a8297639a3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/hy-7b4ad1317083ea0b370913a8297639a3.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/id-0d286bd9d0b058d6558d28338a2b87d6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/id-0d286bd9d0b058d6558d28338a2b87d6.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/is-02425caafb485998b4248e6a64b137af.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/is-02425caafb485998b4248e6a64b137af.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/it-8132a67f1a342466baa5cb543f596240.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/it-8132a67f1a342466baa5cb543f596240.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/ja-5cad3670e16a1e9f61818f0d0f85532c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/ja-5cad3670e16a1e9f61818f0d0f85532c.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/ka-4e398c1a0a133ba39bef55cbc011a348.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/ka-4e398c1a0a133ba39bef55cbc011a348.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/ko-cbf73b2e32b1ab2d72aa51adf50b41b5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/ko-cbf73b2e32b1ab2d72aa51adf50b41b5.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/lb-c7ac0a8d3ba2fc63f0222d3bde39899f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/lb-c7ac0a8d3ba2fc63f0222d3bde39899f.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/lt-b52817ed5060107c8509462be75134b0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/lt-b52817ed5060107c8509462be75134b0.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/lv-bac22659880589c959c48fc6c6e3c315.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/lv-bac22659880589c959c48fc6c6e3c315.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/mk-56888d9158e5cc73f630e0af39030164.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/mk-56888d9158e5cc73f630e0af39030164.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/ml-ae67446bb28de9f1d5d814b467679c6e.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/ml-ae67446bb28de9f1d5d814b467679c6e.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/nb-1f230bfa5fb3e43ff941b11c1a509172.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/nb-1f230bfa5fb3e43ff941b11c1a509172.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/ne-d632cadb2b689d87640108d0777ffdb7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/ne-d632cadb2b689d87640108d0777ffdb7.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/nl-3341608b11c9bc4caa4e3aa876c113b3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/nl-3341608b11c9bc4caa4e3aa876c113b3.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/nn-67d7f1ab25b2924cde5fa8c2fa244e88.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/nn-67d7f1ab25b2924cde5fa8c2fa244e88.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/no-09855fb929c3532d6028461cf0daf138.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/no-09855fb929c3532d6028461cf0daf138.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/pl-1d12e9440de96c438ac9a911f15078dc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/pl-1d12e9440de96c438ac9a911f15078dc.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/pt-3016428dced662fc4dc7463de07c4392.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/pt-3016428dced662fc4dc7463de07c4392.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/pt-BR-da3948dcfa8610bf04e5ec52ab3ef47c.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/pt-BR-da3948dcfa8610bf04e5ec52ab3ef47c.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/ro-0cf2050b70c475f26ec82779bab899a5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/ro-0cf2050b70c475f26ec82779bab899a5.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/ru-6d5d2011f5aa46c5477f3324012ad9c0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/ru-6d5d2011f5aa46c5477f3324012ad9c0.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/sk-49f57246d612428a15f8a3c8db0fac00.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/sk-49f57246d612428a15f8a3c8db0fac00.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/sl-d224f784896f2face11597a05c9734ac.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/sl-d224f784896f2face11597a05c9734ac.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/sq-34df1ff6a692c755d8757a9dc489de7a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/sq-34df1ff6a692c755d8757a9dc489de7a.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/sr-83f6ac158b45b858f582b7042f00e64a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/sr-83f6ac158b45b858f582b7042f00e64a.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/sr-Latn-00fe02646fa31ece609edd9979fb2804.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/sr-Latn-00fe02646fa31ece609edd9979fb2804.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/sv-02c187ec03d864f8421a41557bb9091d.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/sv-02c187ec03d864f8421a41557bb9091d.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/ta-39655047eea60bb1e3871a4b1cbb9fd7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/ta-39655047eea60bb1e3871a4b1cbb9fd7.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/te-3b14ea67d8bf6d8c2a35757ca18d7fc6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/te-3b14ea67d8bf6d8c2a35757ca18d7fc6.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/th-ed8d0afc1a0c22395cb2220e3a83d3f1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/th-ed8d0afc1a0c22395cb2220e3a83d3f1.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/tr-cbbfc0559311c3b8dcfd7bde11dff14f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/tr-cbbfc0559311c3b8dcfd7bde11dff14f.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/uk-a50826c68ffba89d77ea9c13ebfcd08d.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/uk-a50826c68ffba89d77ea9c13ebfcd08d.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/ur-c9db97bd661e73d227e472bfa71b1062.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/ur-c9db97bd661e73d227e472bfa71b1062.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/vi-abe04ca8ff0e6e6e53b9e3f353505666.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/vi-abe04ca8ff0e6e6e53b9e3f353505666.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/zh-Hans-f4b7fcc9540aefae4ef9a016c40bd0b4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/zh-Hans-f4b7fcc9540aefae4ef9a016c40bd0b4.json -------------------------------------------------------------------------------- /rootfs/usr/share/www/static/translations/zh-Hant-fa5ae08436cdb44b0bff22357c29a4b9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/home-assistant/landingpage/HEAD/rootfs/usr/share/www/static/translations/zh-Hant-fa5ae08436cdb44b0bff22357c29a4b9.json --------------------------------------------------------------------------------