Skip to content

Commit

Permalink
changes for 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
farmio committed Feb 19, 2021
1 parent 9275727 commit 2e97f9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/config-converter/lib/converter.js
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion docs/config-converter/styles/converter.css
Expand Up @@ -99,4 +99,4 @@ a {

.CodeMirror .cm-string {
color: #106f1b;
}
}

0 comments on commit 2e97f9b

Please sign in to comment.