Skip to content

Commit e054369

Browse files
authored
Update README.md
1 parent ac438f5 commit e054369

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

home-setter/README.md

+1-32
Original file line numberDiff line numberDiff line change
@@ -1,32 +1 @@
1-
# Home setter card
2-
3-
A card that lets you choose a different homepage to be the default on the current browser.
4-
5-
## Options
6-
7-
| Name | Type | Default | Description
8-
| ---- | ---- | ------- | -----------
9-
| type | string | **Required** | `custom:home-setter`
10-
| title | string | optional | A title for the card
11-
| pages | list | **Required** | A list of objects of type 'pages'
12-
13-
Pages object
14-
15-
| Name | Type | Default | Description
16-
| ---- | ---- | ------- | -----------
17-
| title | string | optional | Title of the page to display on the ard
18-
| path | string | **Required** | The path that is used when using this as default
19-
20-
## Example
21-
22-
```yaml
23-
- type: custom:home-setter
24-
pages:
25-
- name: Main
26-
path: lovelace/0
27-
- name: Mobile
28-
path: lovelace/mobile
29-
```
30-
31-
## Credits
32-
- [ciotlosm](https://github.com/ciotlosm)
1+
# Home setter card has move to https://github.com/custom-cards/home-setter

0 commit comments

Comments
 (0)