1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 03:42:20 +01:00

Hass.io Ingress (#519)

* Hass.io ingress

* Update

* Remove global vars

* Fix

* Fixes

* Fixes

* Upgrade base image to 1.5.1

* Lint
This commit is contained in:
Otto Winter
2019-04-24 17:08:05 +02:00
committed by GitHub
parent e6ff3c287d
commit 5e5b9f2205
24 changed files with 373 additions and 288 deletions

View File

@@ -73,8 +73,7 @@ setup(
keywords=['home', 'automation'],
entry_points={
'console_scripts': [
'esphome = esphome.__main__:main',
'esphomeyaml = esphome.legacy:main'
'esphome = esphome.__main__:main'
]
},
packages=find_packages()