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

Device description in dashboard (#707)

* Description

* Review fixes

* Test

* Label

* Description renamed to comment
This commit is contained in:
Nikolay Vasilchuk
2019-10-14 12:27:07 +03:00
committed by Otto Winter
parent 0eadda77b0
commit be91cfb261
8 changed files with 40 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
esphome:
name: $devicename
comment: $devicecomment
platform: ESP8266
board: d1_mini
build_path: build/test3
@@ -12,6 +13,7 @@ esphome:
substitutions:
devicename: test3
devicecomment: test3 device
api:
port: 8000