Skip to content

Commit

Permalink
Fixed Light without brightness #14
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolae Farmache authored and nicufarmache committed Mar 26, 2023
1 parent a0ba585 commit df3f0d9
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 30 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ entity: light.lamp
name: Bedroom Lamp
attribute: brightness
transition: 0.3
icon_color: '#ff00ff'
colorize: true
icon: mdi:lamp
show_percentage: true
Expand All @@ -61,6 +62,7 @@ hold_action:
| attribute | string | **Optional** | Attribute to control | `brightness` |
| transition | number | **Optional** | Transition time (seonds) | not used if unset |
| color | string | **Optional** | Slider color (CSS color) | theme color |
| icon_color | string | **Optional** | Icon color (CSS color) | entity color |
| colorize | boolean | **Optional** | Colorize slider using entity color | false |
| icon | string | **Optional** | Sets custom icon | entity icon |
| show_percentage | boolean | **Optional** | Show percentage under entity name | false |
Expand Down
Loading

0 comments on commit df3f0d9

Please sign in to comment.