Browse Source

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

Fabian Peter Hammerle 3 years ago
parent
commit
f2308a65d1
1 changed files with 1 additions and 1 deletions
  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…
 ```