瀏覽代碼

readme / mqtt discovery: added comment regarding new default value in home assistant >=v0.117.0

Fabian Peter Hammerle 3 年之前
父節點
當前提交
f2308a65d1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -81,7 +81,7 @@ home assistant will automatically detect a new entity
 ```yaml
 mqtt:
   broker: BROKER_HOSTNAME_OR_IP_ADDRESS
-  discovery: true
+  discovery: true # default in home assistant >=v0.117.0
   # credentials, additional options…
 ```