1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 12:49:19 +00:00

Add user agent check to frontend (#955)

* Add user agent check to frontend

* Remove auto generated comment.
This commit is contained in:
Paulus Schoutsen
2018-02-28 10:46:24 -08:00
committed by GitHub
parent 9c6d28fbc4
commit 3fbd5e351e
2 changed files with 27 additions and 1 deletions

View File

@@ -13,5 +13,8 @@ setup(name='home-assistant-frontend',
'hass_frontend.*',
'hass_frontend_es5.*'
]),
install_requires=[
'user-agents==1.1.0',
],
include_package_data=True,
zip_safe=False)