Skip to content

Commit

Permalink
Update info.md
Browse files Browse the repository at this point in the history
  • Loading branch information
finity69x2 authored Sep 8, 2020
1 parent 410b6f9 commit 1fed835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Copy the binary-control-button-row.js file to the appropriate folder in your Hom
Place the following in your "resources" section in your lovelace configuration (updating the localation to where you placed the above file):

```
- url: /local/binary-control-button-preset-row.js
- url: /local/binary-control-button-row.js
type: js
```

Expand All @@ -35,7 +35,7 @@ Then to use this in a card place the following in your entity card:
| isOnColor | String | No | '#43A047' | Sets the color of the 'Low' button if entity is on low |
| buttonInactiveColor | String | No | '#759aaa' | Sets the color of the the buttons if that selection is not "active" |
| customOffText | String | No | 'OFF' | Sets the text of the "off" button |
| customLowText | String | No | 'ON' | Sets the text of the "on" button |
| customOnText | String | No | 'ON' | Sets the text of the "on" button |

The values for the colors can be any valid color string in "HEX", "RGB" or by color name.

Expand Down

0 comments on commit 1fed835

Please sign in to comment.