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:
committed by
Otto Winter
parent
0eadda77b0
commit
be91cfb261
@@ -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
|
||||
|
Reference in New Issue
Block a user