Skip to content

Commit

Permalink
Added support for custom icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolae Farmache committed Mar 3, 2023
1 parent 2be5aef commit c478764
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@ transition: 0.3
| Name | Type | Requirement | Description | Default |
| ----------------- | ------ | ------------ | ------------------------------------------- | ------------------- |
| type | string | **Required** | `custom:big-slider-card` | |
| entity | string | **Required** | Home Assistant entity ID. | |
| name | string | **Optional** | Name to show on card | entity name |
| entity | string | **Required** | Home Assistant entity ID. | `none` |
| 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 | string | **Optional** | Sets custom icon | entity icon |
| hold_time | number | **Optional** | Hold gesture time (ms) | `600` |
| settle_time | number | **Optional** | Ignore updates after changig the value (ms) | `3000` |
| tap_action | object | **Optional** | Action to take on tap | `action: more-info` |
Expand Down
Loading

0 comments on commit c478764

Please sign in to comment.