Skip to content

Commit 6c026cf

Browse files
author
MHA
committed
chore: release
1 parent a20c402 commit 6c026cf

File tree

4 files changed

+313
-7
lines changed

4 files changed

+313
-7
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Select list Card by [@mattieha](https://github.com/mattieha)
22

3-
[![GitHub Release][releases-shield]][releases]
4-
[![License][license-shield]](LICENSE.md)
53
[![hacs_badge](https://img.shields.io/badge/HACS-Custom-orange.svg?style=for-the-badge)](https://github.com/custom-components/hacs)
64

75
Display an input_select entity as a list
@@ -12,13 +10,13 @@ Display an input_select entity as a list
1210

1311
Select List Card supports Lovelace's Visual Editor. Click the + button to add a card and search for select list.
1412

15-
![Visual Editor](assets/visual_editor.png)
13+
![Visual Editor](https://raw.githubusercontent.com/mattieha/select-list-card/master/assets/visual_editor.png)
1614

1715
## Examples
1816

1917
### Default config
2018

21-
![card](assets/card.png)
19+
![card](https://raw.githubusercontent.com/mattieha/select-list-card/master/assets/card.png)
2220

2321
```yaml
2422
type: 'custom:select-list-card'
@@ -30,8 +28,8 @@ entity: input_select.scenes
3028
| Name | Type | Requirement | Description | Default |
3129
| ----------------- | ------- | ------------ | ------------------------------------------- | ------------------- |
3230
| type | string | **Required** | `custom:select-list-card` |
31+
| entity | string | **Required** | Home Assistant input_select ID. | `none` |
3332
| name | string | **Optional** | Card name | `` |
34-
| entity | string | **Optional** | Home Assistant input_select ID. | `none` |
3533
| truncate | boolean | **Optional** | Truncate option text | `true` |
3634
| scrollInToView | boolean | **Optional** | Scroll active item in to view | `true` |
3735
| maxHeight | string | **Optional** | Max height of the list | `350` |

0 commit comments

Comments
 (0)