diff --git a/docs/config-converter/lib/converter.js b/docs/config-converter/lib/converter.js index d1c88aadb..693261360 100644 --- a/docs/config-converter/lib/converter.js +++ b/docs/config-converter/lib/converter.js @@ -674,7 +674,7 @@ function parseWeather(name, device, invalid, groupname) { entity.address_humidity = device[conf] break; case "expose_sensors": - entity[conf] = device[conf] + entity.create_sensors = device[conf] break; case "sync_state": entity[conf] = device[conf] diff --git a/docs/config-converter/styles/converter.css b/docs/config-converter/styles/converter.css index 4a137f5a0..9f40bca3a 100644 --- a/docs/config-converter/styles/converter.css +++ b/docs/config-converter/styles/converter.css @@ -99,4 +99,4 @@ a { .CodeMirror .cm-string { color: #106f1b; -} \ No newline at end of file +}