Explorar el Código

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

Fabian Peter Hammerle hace 3 años
padre
commit
f2308a65d1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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…
 ```